chore: update golangci-lint download script
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
parent
8519219dae
commit
254165d665
2
Makefile
2
Makefile
@ -131,7 +131,7 @@ bin/gotestsum:
|
|||||||
|
|
||||||
bin/golangci-lint:
|
bin/golangci-lint:
|
||||||
@mkdir -p bin
|
@mkdir -p bin
|
||||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | BINARY=golangci-lint bash -s -- v${GOLANGCI_VERSION}
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | BINARY=golangci-lint bash -s -- v${GOLANGCI_VERSION}
|
||||||
|
|
||||||
bin/protoc:
|
bin/protoc:
|
||||||
@mkdir -p bin/protoc
|
@mkdir -p bin/protoc
|
||||||
|
Reference in New Issue
Block a user