Skip to content

Commit 49503e2

Browse files
committed
Fix CI
1 parent 81e5aec commit 49503e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ go-all-tests: go-lint go-unit-tests
33

44
go-dependencies:
55
$(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
6+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) latest
77
#
88
go install github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker@latest
99
#

0 commit comments

Comments
 (0)