Skip to content

Commit 62ffb2b

Browse files
authored
Merge pull request #3066 from thaJeztah/fix_golangci_lint_install
ci: fix installation of golangci-lint
2 parents 6068d18 + ff2c02c commit 62ffb2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

direct.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ version/version.go:
3737
.PHONY: setup
3838
setup: ## install dependencies
3939
@echo "🐳 $@"
40-
# TODO(stevvooe): Install these from the vendor directory
4140
# install golangci-lint version 1.17.1 to ./bin/golangci-lint
42-
@curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.17.1
41+
@curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/v1.17.1/install.sh | sh -s v1.17.1
4342
@(cd tools ; GO111MODULE=on go install github.com/containerd/protobuild)
4443

4544
.PHONY: generate

0 commit comments

Comments
 (0)