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 62064f3 commit 8b4003eCopy full SHA for 8b4003e
.travis.yml
@@ -13,8 +13,7 @@ git:
13
go_import_path: sigs.k8s.io/controller-tools
14
15
install:
16
-- go get -u github.com/golang/dep/cmd/dep
17
-- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
+- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
18
19
script:
20
- GO111MODULE=on TRACE=1 ./test.sh
0 commit comments