We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843152f commit c462204Copy full SHA for c462204
.travis.yml
@@ -5,6 +5,7 @@ go:
5
- 1.12.x
6
- 1.13.x
7
- 1.14.x
8
+ - 1.15.x
9
- master
10
11
matrix:
@@ -30,7 +31,7 @@ before_install:
30
31
# golangci.com will be closed on 2020-04-15
32
# https://medium.com/golangci/golangci-com-is-closing-d1fc1bd30e0e
33
before_script:
- - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.23.8/install.sh | sh -s -- -b $GOPATH/bin v1.23.8
34
+ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
35
36
script:
37
- go vet
0 commit comments