Skip to content

Commit 91c84e0

Browse files
authored
travis.yml: update tested versions of Go (#1211)
While this module is deprecated, it is still important to ensure that it continues to work with higher versions of Go. Update travis.yml to test up to Go1.15.
1 parent 3860b27 commit 91c84e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ matrix:
1313
- go: 1.11.x
1414
script: go test -tags protolegacy -v ./...
1515
- go: 1.12.x
16+
script: go test -tags protolegacy -v ./...
17+
- go: 1.13.x
18+
script: go test -tags protolegacy -v ./...
19+
- go: 1.14.x
20+
script: go test -tags protolegacy -v ./...
21+
- go: 1.15.x
1622
script: ./test.bash

0 commit comments

Comments
 (0)