Skip to content

Commit 8b4003e

Browse files
Remove dep and bump golangci-lint in CI
1 parent 62064f3 commit 8b4003e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

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

1515
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
16+
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
1817

1918
script:
2019
- GO111MODULE=on TRACE=1 ./test.sh

0 commit comments

Comments
 (0)