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.
2 parents 13ee2bc + d79d6ae commit 1da1a4bCopy full SHA for 1da1a4b
CONTRIBUTING.md
@@ -19,11 +19,10 @@ Please see https://git.k8s.io/community/CLA.md for more info
19
1. Setup tools
20
```bash
21
$ go get -u github.com/golang/dep/cmd/dep
22
- $ go get -u gopkg.in/alecthomas/gometalinter.v2
23
- $ gometalinter.v2 --install # if can't load package, refer: https://github.com/alecthomas/gometalinter/issues/404
+ $ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.15.0
24
```
25
1. Test
26
27
- TRACE=1 ./hack/check-everything.sh
+ GO111MODULE=on TRACE=1 ./hack/check-everything.sh
28
29
0 commit comments