We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd10bc commit e4c139eCopy full SHA for e4c139e
Makefile
@@ -34,4 +34,4 @@ setup:
34
@go install github.com/google/go-jsonnet/cmd/jsonnet-lint@$(JSONNET_VERSION)
35
@go install github.com/google/go-jsonnet/cmd/jsonnetfmt@$(JSONNET_VERSION)
36
37
- @go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_VERSION)
+ @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin $(GOLANGCI_VERSION)
0 commit comments