bump to go 1.25.6; go mod tidy; builds but linters fail

This commit is contained in:
Christian Schwarz
2026-01-20 21:30:26 +00:00
parent 860a9be37f
commit 9ef7c8b16d
7 changed files with 8 additions and 32 deletions
+3 -4
View File
@@ -92,7 +92,7 @@ workflows:
- quickcheck-docs
- quickcheck-go:
name: quickcheck-go-amd64-linux-1.23.1
goversion: &latest-go-release "1.23.1"
goversion: &latest-go-release "1.25.6"
goos: linux
goarch: amd64
- test-go:
@@ -103,7 +103,7 @@ workflows:
matrix:
alias: quickcheck-go-matrix
parameters:
goversion: [*latest-go-release, "1.22.7"]
goversion: [*latest-go-release, "1.24.12"]
goos: ["linux", "freebsd"]
goarch: ["amd64", "arm64"]
exclude:
@@ -167,8 +167,7 @@ jobs:
goarch:
type: string
docker:
# any toolchain >= 1.22 will auto-download GOTOOLCHAIN
- image: &cimg_with_modern_go cimg/go:1.22
- image: &cimg_with_modern_go cimg/go:1.25
environment:
GOOS: <<parameters.goos>>
GOARCH: <<parameters.goarch>>