Merge #84: Travis: Update to Go 1.10.3 for releases, and test on newer Go versions.

4ee5a1c Travis: Update to Go 1.10.3 for releases, and test on newer Go versions. (JeremyRand)

Pull request description:

  TODO:

  - [x] Test this on Travis.

Tree-SHA512: 0cf071d09cf359e2cc327d6eca76e5e832cc762543d62e57948c957d6ab7560367f747f666246778727d9bd2d06f24be0a466b7f9da461c799cd369bfe9c0c97
pull/87/head v0.0.8
JeremyRand 6 years ago
commit 5235417cf4
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -1,6 +1,9 @@
language: go
go:
- "1.10"
- "1.10.3"
- "1.10.x"
- "1.x"
- "master"
addons:
apt:
@ -26,4 +29,4 @@ env:
# GITHUB_TOKEN for automatic releases
- secure: "at1oJs7ib7glx3W+zk+OkT041LdknVXirIhN403CIihVUrlOhODY7yCTgvF4Rk0jYBJiT35Q2qxpgfWF2qGnsNsQmjG3ydDWQDCepDc/CgXfLyoiSTJK5vTK72dYWTVsBTycXbj1CbSy2X2ah/KWjc4RcgZ67ER7mDpRU5nFeow="
# Set this to the Go version to use for releases (must appear in version list above).
- RELEASE_GO_VERSION="1.9"
- RELEASE_GO_VERSION="1.10.3"

Loading…
Cancel
Save