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 d28c157 commit b518b63Copy full SHA for b518b63
.travis.yml
@@ -31,7 +31,7 @@ before_install:
31
# golangci.com will be closed on 2020-04-15
32
# https://medium.com/golangci/golangci-com-is-closing-d1fc1bd30e0e
33
before_script:
34
- - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
+ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.33.0
35
36
script: ./test.sh
37
0 commit comments