We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac0a49 commit 3aefdc6Copy full SHA for 3aefdc6
.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 v1.56.2; \
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$GOPATH/bin v1.59.1; \
82
fi; \
83
84
if [ "$(TRAVIS)" != "" ]; then \
0 commit comments