Skip to content

Commit 8195557

Browse files
authored
Merge pull request #1361 from camilamacedo86/lint-up
upgrade golangci version used to v1.23.3
2 parents f0cece1 + a3c965b commit 8195557

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)