We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a417b1a commit a8b8bf4Copy full SHA for a8b8bf4
Makefile
@@ -21,7 +21,7 @@ catch:
21
@echo "Choose a make target."
22
envinit:
23
# Keep golangci-lint version in sync with what's in .github/workflows/ci.yml.
24
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(GOPATH)/bin v1.55.2
+ curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(GOPATH)/bin v1.59.0
25
go install github.com/vektra/mockery/v2@latest
26
go install github.com/matryer/moq@latest
27
go install golang.org/x/tools/cmd/goimports@latest
0 commit comments