Skip to content

Commit

Permalink
update travis to use golangci-lint binary instead of building from so…
Browse files Browse the repository at this point in the history
…urce
  • Loading branch information
atomicptr committed Jan 15, 2021
1 parent 987fd27 commit ec393f0
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 @@ -11,7 +11,7 @@ go:
- '1.15'
before_script:
- go get -u github.com/mattn/goveralls
- 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 -- -b $(go env GOPATH)/bin v1.35.2
before_install:
- openssl aes-256-cbc -K $encrypted_7ebe6f038385_key -iv $encrypted_7ebe6f038385_iv
-in snap.login.enc -out snap.login -d
Expand Down

0 comments on commit ec393f0

Please sign in to comment.