Skip to content

Commit

Permalink
ci: update goreleaser install URL. (zmap#429)
Browse files Browse the repository at this point in the history
The upstream project README[0] is using a different URL now and in my
tests the old URL has an HTTPS subject common name mismatch preventing
installation from succeeding and breaking the `make code-lint` phase of
integration tests.

[0]: https://github.com/golangci/golangci-lint#install
  • Loading branch information
cpu committed May 11, 2020
1 parent 3bf4bbf commit 1e160b1
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 @@ -7,7 +7,7 @@ go:

install:
# Install `golangci-lint` using the installer script
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0

script:
# Fast-fail on non-zero exit codes
Expand Down

0 comments on commit 1e160b1

Please sign in to comment.