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:
Christian Schwarz
2023-09-10 10:44:54 +00:00
parent b5053d2659
commit 9a434b0e54
3 changed files with 1264 additions and 498 deletions
+1 -1
View File
@@ -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: