Skip to content

Commit

Permalink
fix linter installation
Browse files Browse the repository at this point in the history
  • Loading branch information
oclaussen committed Jan 12, 2021
1 parent aacea49 commit 7c34081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go:

before_install:
- go get -u github.com/mitchellh/gox
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.33.0

script:
- env GO111MODULE=on make all
- make all

branches:
only:
Expand Down

0 comments on commit 7c34081

Please sign in to comment.