Skip to content

Commit

Permalink
upgrade golangci version used to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Feb 21, 2020
1 parent 5dc6055 commit a3c965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script: ./test.sh
jobs:
include:
- stage: linting
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
script: ./scripts/verify.sh

- stage: golden
Expand Down

0 comments on commit a3c965b

Please sign in to comment.