Skip to content

Commit f38cad7

Browse files
committed
Update golangci-lint version
Signed-off-by: Vince Prignano <[email protected]>
1 parent 5d22252 commit f38cad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git:
1313
go_import_path: sigs.k8s.io/controller-tools
1414

1515
install:
16-
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
16+
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.32.0
1717

1818
script:
1919
- GO111MODULE=on TRACE=1 ./test.sh

0 commit comments

Comments
 (0)