go1.21: update golangci-lint (current version panics on go 1.21)
Command used: ``` cd build go get -u github.com/golangci/golangci-lint/cmd/golangci-lint go mod tidy ``` Further, golangci-lint requires go 1.20 to build, so, use that as the lowest version in the CI.
This commit is contained in:
@@ -116,7 +116,7 @@ workflows:
|
||||
matrix: &quickcheck-go-matrix
|
||||
alias: quickcheck-go-matrix
|
||||
parameters:
|
||||
goversion: [*latest-go-release, "1.18"]
|
||||
goversion: [*latest-go-release, "1.20"]
|
||||
goos: ["linux", "freebsd"]
|
||||
goarch: ["amd64", "arm64"]
|
||||
exclude:
|
||||
|
||||
Reference in New Issue
Block a user