We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415da2a commit 358eb77Copy full SHA for 358eb77
.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.59.0; \
+ 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