bump to go 1.25.6; go mod tidy; builds but linters fail
This commit is contained in:
@@ -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>>
|
||||
|
||||
Reference in New Issue
Block a user