Skip to content

Commit d79d6ae

Browse files
committed
update contributing.md
1 parent 96b67f2 commit d79d6ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ Please see https://git.k8s.io/community/CLA.md for more info
1919
1. Setup tools
2020
```bash
2121
$ 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
22+
$ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.15.0
2423
```
2524
1. Test
2625
```bash
27-
TRACE=1 ./hack/check-everything.sh
26+
GO111MODULE=on TRACE=1 ./hack/check-everything.sh
2827
```
2928

0 commit comments

Comments
 (0)