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 f29e899 commit d146814Copy full SHA for d146814
Makefile
@@ -72,7 +72,7 @@ golangci-lint:
72
ifeq (, $(shell which golangci-lint))
73
@{ \
74
set -e ;\
75
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.24.0 ;\
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.27.0 ;\
76
}
77
GOLANGCI_LINT=$(shell go env GOPATH)/bin/golangci-lint
78
else
0 commit comments