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 8a163c7 commit 6dcd92dCopy full SHA for 6dcd92d
Makefile
@@ -13,7 +13,7 @@ install-tools:
13
fi
14
@if [ ! -f $(GOPATH)/bin/golangci-lint ]; then \
15
echo "installing golangci-lint..."; \
16
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.17.1; \
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.18.0; \
17
18
19
install-deps:
0 commit comments