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 5d22252 commit f38cad7Copy full SHA for f38cad7
.travis.yml
@@ -13,7 +13,7 @@ git:
13
go_import_path: sigs.k8s.io/controller-tools
14
15
install:
16
-- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
+- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.32.0
17
18
script:
19
- GO111MODULE=on TRACE=1 ./test.sh
0 commit comments