remove work around for golangci-lint installation

as https://github.com/golangci/golangci-lint/issues/575
is fixed now.removing the workaround in CI

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2019-07-18 20:46:19 +05:30 committed by mergify[bot]
parent 6eac2e366e
commit f1d61070cf

View File

@ -43,9 +43,8 @@ jobs:
- pip install --user --upgrade pip
- pip install --user yamllint
# install golangci-lint
# workaround for https://github.com/golangci/golangci-lint/issues/575
- curl -sf
"https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh"
"https://install.goreleaser.com/github.com/golangci/golangci-lint.sh"
| bash -s -- -b $GOPATH/bin "${GOLANGCI_VERSION}"
script:
- make static-check