소스 검색

Use recommended way of running golangci-lint install

tags/v2.1.6^2
9seconds 4 년 전
부모
커밋
d7e554540d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 파일 보기

@@ -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…
취소
저장