Skip to content

Commit a3c965b

Browse files
upgrade golangci version used to v1.23.3
1 parent 5dc6055 commit a3c965b

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
@@ -29,7 +29,7 @@ script: ./test.sh
2929
jobs:
3030
include:
3131
- 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
32+
before_script: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.3
3333
script: ./scripts/verify.sh
3434

3535
- stage: golden

0 commit comments

Comments
 (0)