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 dc9e062 commit 8584b48Copy full SHA for 8584b48
.travis.yml
@@ -7,7 +7,7 @@ env:
7
- GO111MODULE=on
8
9
install:
10
- - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.21.0 -b ../tools
+ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ../tools v1.21.0
11
12
script:
13
- ../tools/golangci-lint run
0 commit comments