Skip to content

Commit

Permalink
travis.yml: update tested versions of Go (#1211)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dsnet committed Sep 25, 2020
1 parent 3860b27 commit 91c84e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -13,4 +13,10 @@ matrix:
- go: 1.11.x
script: go test -tags protolegacy -v ./...
- go: 1.12.x
script: go test -tags protolegacy -v ./...
- go: 1.13.x
script: go test -tags protolegacy -v ./...
- go: 1.14.x
script: go test -tags protolegacy -v ./...
- go: 1.15.x
script: ./test.bash

0 comments on commit 91c84e0

Please sign in to comment.