We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db17b1 commit 65c342aCopy full SHA for 65c342a
1 file changed
Makefile
@@ -59,8 +59,6 @@ bin/test/etcd:
59
curl -L https://storage.googleapis.com/k8s-c10s-test-binaries/etcd-$(shell uname)-x86_64 > bin/test/etcd
60
chmod +x bin/test/etcd
61
62
-bin/golangci-lint: bin/golangci-lint-${GOLANGCI_VERSION}
63
- @ln -sf golangci-lint-${GOLANGCI_VERSION} bin/golangci-lint
64
65
bin/golangci-lint-${GOLANGCI_VERSION}:
66
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | BINARY=golangci-lint bash -s -- v${GOLANGCI_VERSION}
0 commit comments