We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6068d18 + ff2c02c commit 62ffb2bCopy full SHA for 62ffb2b
direct.mk
@@ -37,9 +37,8 @@ version/version.go:
37
.PHONY: setup
38
setup: ## install dependencies
39
@echo "🐳 $@"
40
- # TODO(stevvooe): Install these from the vendor directory
41
# 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
+ @curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/v1.17.1/install.sh | sh -s v1.17.1
43
@(cd tools ; GO111MODULE=on go install github.com/containerd/protobuild)
44
45
.PHONY: generate
0 commit comments