Skip to content

Commit

Permalink
Pin version of Go lint as per golangci/golangci-lint-action#535
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcconkey committed Oct 4, 2022
1 parent 313c397 commit e2ee9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sec: $(GOPATH)/bin/gosec

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

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

0 comments on commit e2ee9ce

Please sign in to comment.