ci: Update Go version in build-and-test workflow to 1.23
All checks were successful
Go / build (push) Successful in 22s

This commit is contained in:
Alex Wellnitz 2025-03-25 22:27:25 +01:00
parent ba1677382d
commit 30281d02fb

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
go-version: '1.23'
- name: Build
run: go build -v ./...