Skip to content

Commit e2ee9ce

Browse files
Pin version of Go lint as per golangci/golangci-lint-action#535
1 parent 313c397 commit e2ee9ce

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
@@ -78,7 +78,7 @@ sec: $(GOPATH)/bin/gosec
7878

7979
$(GOPATH)/bin/golangci-lint:
8080
@echo "🔘 Installing golangci-lint... (`date '+%H:%M:%S'`)"
81-
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin
81+
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v1.47.3
8282

8383
$(GOPATH)/bin/golint:
8484
@echo "🔘 Installing golint ... (`date '+%H:%M:%S'`)"

0 commit comments

Comments
 (0)