We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641e634 commit d33990cCopy full SHA for d33990c
Makefile
@@ -42,7 +42,7 @@ $(BASE): ; $(info setting GOPATH...)
42
43
GOLANGCI = $(GOBIN)/golangci-lint
44
$(GOBIN)/golangci-lint: $(GO) | $(BASE) ; $(info building golangci-lint...)
45
- $Q $(GO) install -mod=mod github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.1
+ $Q $(GO) install -mod=mod github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.6
46
47
build: format $(patsubst %, build-%, $(COMPONENTS))
48
0 commit comments