zrepl/build
Christian Schwarz 9a434b0e54 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.
2023-09-10 11:12:46 +00:00
..
go.mod go1.21: update golangci-lint (current version panics on go 1.21) 2023-09-10 11:12:46 +00:00
go.sum go1.21: update golangci-lint (current version panics on go 1.21) 2023-09-10 11:12:46 +00:00
tools.go go1.17: run goimports to supports the new //go:build lines 2021-10-09 16:51:08 +02:00