Use latest Go master instead of dev

* Changed the latest Go version of the Travis build to be master instead of dev
pull/881/head
Boyan 2020-01-29 08:25:01 +11:00 committed by Boyan Soubachov
parent 9cc41e665b
commit bda8848f6f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ matrix:
env: GO111MODULE=off
- go: "1.13.x"
env: GO111MODULE=on
- go: tip
- go: master
script:
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh