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 313c397 commit e2ee9ceCopy full SHA for e2ee9ce
Makefile
@@ -78,7 +78,7 @@ sec: $(GOPATH)/bin/gosec
78
79
$(GOPATH)/bin/golangci-lint:
80
@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
+ @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v1.47.3
82
83
$(GOPATH)/bin/golint:
84
@echo "🔘 Installing golint ... (`date '+%H:%M:%S'`)"
0 commit comments