Skip to content

Commit

Permalink
Fix golangci-lint download
Browse files Browse the repository at this point in the history
2b9ea60 updated the version but removed the `v` prefix which I think is what makes the download fail.
  • Loading branch information
silverwind authored and alecthomas committed Jul 2, 2020
1 parent bac6996 commit 391f301
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 @@ -4,7 +4,7 @@ go:
- "1.13.x"
script:
- go test -v ./...
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s 1.26.0
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.26.0
- ./bin/golangci-lint run
- git clean -fdx .
after_success:
Expand Down

0 comments on commit 391f301

Please sign in to comment.