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 78a7cf3 commit a25a3b8Copy full SHA for a25a3b8
.make/go.mk
@@ -78,7 +78,7 @@ lint: ## Run the golangci-lint application (install if not found)
78
GOPATH=$$(go env GOPATH); \
79
if [ -z "$$GOPATH" ]; then GOPATH=$$HOME/go; fi; \
80
echo "Installation path: $$GOPATH/bin"; \
81
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$GOPATH/bin v2.1.6; \
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$GOPATH/bin v2.2.1; \
82
fi; \
83
84
if [ "$(TRAVIS)" != "" ]; then \
0 commit comments