Skip to content

Commit 1d061d3

Browse files
committed
remove work around for golangci-lint installation
as golangci/golangci-lint#575 is fixed now.removing the workaround in CI Signed-off-by: Madhu Rajanna <[email protected]>
1 parent 35d9e02 commit 1d061d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ jobs:
4343
- pip install --user --upgrade pip
4444
- pip install --user yamllint
4545
# install golangci-lint
46-
# workaround for https://github.com/golangci/golangci-lint/issues/575
4746
- curl -sf
48-
"https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh"
47+
"https://install.goreleaser.com/github.com/golangci/golangci-lint.sh"
4948
| bash -s -- -b $GOPATH/bin "${GOLANGCI_VERSION}"
5049
script:
5150
- make test || travis_terminate 1;

0 commit comments

Comments
 (0)