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 81e5aec commit 49503e2Copy full SHA for 49503e2
Makefile
@@ -3,7 +3,7 @@ go-all-tests: go-lint go-unit-tests
3
4
go-dependencies:
5
$(eval GOBIN=$(shell go env GOPATH 2>/dev/null)/bin)
6
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.64.8
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) latest
7
#
8
go install github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker@latest
9
0 commit comments