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 6f268af commit c49bb97Copy full SHA for c49bb97
Makefile
@@ -10,7 +10,7 @@ default: build
10
install-tools:
11
@if [ ! -f $(GOPATH)/bin/golangci-lint ]; then \
12
echo "installing golangci-lint..."; \
13
- 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; \
14
fi
15
@if [ ! -f $(GOPATH)/bin/goconvey ]; then \
16
echo "installing goconvey..."; \
0 commit comments