We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eac2e3 commit f1d6107Copy full SHA for f1d6107
.travis.yml
@@ -43,9 +43,8 @@ jobs:
43
- pip install --user --upgrade pip
44
- pip install --user yamllint
45
# install golangci-lint
46
- # workaround for https://github.com/golangci/golangci-lint/issues/575
47
- curl -sf
48
- "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh"
+ "https://install.goreleaser.com/github.com/golangci/golangci-lint.sh"
49
| bash -s -- -b $GOPATH/bin "${GOLANGCI_VERSION}"
50
script:
51
- make static-check
0 commit comments