Skip to content

Commit

Permalink
ci: Bump golangci-lint to v1.27.0 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed May 20, 2020
1 parent fb319c4 commit af3076c
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 @@ -27,7 +27,7 @@ jobs:
fast_finish: true

before_install:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.19.1/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.19.1
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.27.0/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0
# Fetch origin/master. This is required for `git merge-base` when testing a
# branch, since Travis clones only the target branch.
- git fetch origin master:remotes/origin/master
Expand Down

0 comments on commit af3076c

Please sign in to comment.