update to go 1.16 (#281)

This commit is contained in:
Robert van Gent
2021-02-17 10:27:44 -08:00
committed by GitHub
parent 0ac845078c
commit d07cde0df9
6 changed files with 67 additions and 36 deletions

View File

@@ -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