update to go 1.16 (#281)
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -39,15 +39,16 @@ env:
|
||||
- GO111MODULE=on
|
||||
- GOPROXY=https://proxy.golang.org
|
||||
|
||||
# When updating Go versions:
|
||||
# In addition to changing the "go:" versions below, edit the version
|
||||
# test in internal/runtests.sh.
|
||||
|
||||
jobs:
|
||||
# When updating Go versions:
|
||||
# In addition to changing the "go:" versions below, edit the version
|
||||
# test in ./internal/runtests.sh.
|
||||
include:
|
||||
- go: "1.13.x"
|
||||
- go: "1.15.x"
|
||||
os: linux
|
||||
- go: "1.13.x"
|
||||
- go: "1.16.x"
|
||||
os: linux
|
||||
- go: "1.16.x"
|
||||
os: osx
|
||||
- go: "1.13.x"
|
||||
- go: "1.16.x"
|
||||
os: windows
|
||||
|
||||
Reference in New Issue
Block a user