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 5dc6055 commit a3c965bCopy full SHA for a3c965b
.travis.yml
@@ -29,7 +29,7 @@ script: ./test.sh
29
jobs:
30
include:
31
- stage: linting
32
- before_script: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
+ before_script: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.3
33
script: ./scripts/verify.sh
34
35
- stage: golden
0 commit comments