Use same version as in go.mod file

This commit is contained in:
Holger Obermaier
2026-01-23 10:44:03 +01:00
parent e288ed9d80
commit 1bf9ba976c

View File

@@ -28,7 +28,7 @@ jobs:
- name: Setup Golang - name: Setup Golang
uses: actions/setup-go@v6 uses: actions/setup-go@v6
with: with:
go-version: 1.25 go-version: 1.24
check-latest: true check-latest: true
# See: https://github.com/golangci/golangci-lint-action # See: https://github.com/golangci/golangci-lint-action