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 92503ba commit 06010a4Copy full SHA for 06010a4
.travis.yml
@@ -22,7 +22,7 @@ cache:
22
notifications:
23
email: false
24
before_script:
25
- - go install github.com/golangci/golangci-lint/cmd/golangci-lint@/v1.16.0
+ - go install github.com/golangci/golangci-lint/cmd/[email protected]
26
script:
27
- go run mage.go -v lint
28
- go run mage.go -v test
0 commit comments