We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf83ac commit a401504Copy full SHA for a401504
Makefile
@@ -14,7 +14,7 @@ export PATH := $(GOBIN):$(PATH)
14
15
16
$(GOLANGCILINT):
17
- (cd /; GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.7)
+ (cd /; GO111MODULE=on go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.9.0)
18
19
.PHONY: test
20
test:
0 commit comments