Skip to content

Commit c462204

Browse files
committed
update golangci-lint to v1.30.0 and add go 1.15.x to build matrix
1 parent 843152f commit c462204

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go:
55
- 1.12.x
66
- 1.13.x
77
- 1.14.x
8+
- 1.15.x
89
- master
910

1011
matrix:
@@ -30,7 +31,7 @@ before_install:
3031
# golangci.com will be closed on 2020-04-15
3132
# https://medium.com/golangci/golangci-com-is-closing-d1fc1bd30e0e
3233
before_script:
33-
- 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
3435

3536
script:
3637
- go vet

0 commit comments

Comments
 (0)