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 02efb9a commit 08825b8Copy full SHA for 08825b8
Makefile
@@ -108,7 +108,7 @@ endif
108
install.tools: $(TOOLS:%=.install.%)
109
110
.install.lint:
111
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@latest
+ go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45.2
112
113
.install.gitvalidation:
114
go get -u github.com/vbatts/git-validation
0 commit comments