Skip to content

Commit

Permalink
chore: update linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jul 9, 2020
1 parent e018a91 commit 8ad3dbb
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 @@ -16,7 +16,7 @@ env:

before_install:
# Install linters and misspell
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.22.2
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin ${GOLANGCI_LINT_VERSION}
- golangci-lint --version

install:
Expand Down

0 comments on commit 8ad3dbb

Please sign in to comment.