Browse Source

Use recommended way of running golangci-lint install

tags/v2.1.6^2
9seconds 4 years ago
parent
commit
d7e554540d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -78,7 +78,7 @@ install-tools: install-tools-lint install-tools-godoc install-tools-gofumpt inst
78 78
 
79 79
 .PHONY: install-tools-lint
80 80
 install-tools-lint: .bin
81
-	@curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh \
81
+	@curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
82 82
 		| bash -s -- -b "$(GOBIN)" "$(GOLANGCI_LINT_VERSION)"
83 83
 
84 84
 .PHONY: install-tools-godoc

Loading…
Cancel
Save