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 73cd0c4 commit dca924dCopy full SHA for dca924d
Makefile
@@ -36,7 +36,7 @@ markdown:
36
## lint: 🚨 Run lint checks
37
.PHONY: lint
38
lint:
39
- @which golangci-lint > /dev/null || (go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest)
+ @which golangci-lint > /dev/null || (go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.7)
40
@export PATH="$(shell go env GOPATH)/bin:$$PATH"; golangci-lint run
41
42
## modernize: 🛠 Run gopls modernize
0 commit comments