Skip to content

Commit 5235417

Browse files
committed
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
2 parents bad0c81 + 4ee5a1c commit 5235417

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: go
22
go:
3-
- "1.10"
3+
- "1.10.3"
4+
- "1.10.x"
5+
- "1.x"
6+
- "master"
47

58
addons:
69
apt:
@@ -26,4 +29,4 @@ env:
2629
# GITHUB_TOKEN for automatic releases
2730
- secure: "at1oJs7ib7glx3W+zk+OkT041LdknVXirIhN403CIihVUrlOhODY7yCTgvF4Rk0jYBJiT35Q2qxpgfWF2qGnsNsQmjG3ydDWQDCepDc/CgXfLyoiSTJK5vTK72dYWTVsBTycXbj1CbSy2X2ah/KWjc4RcgZ67ER7mDpRU5nFeow="
2831
# Set this to the Go version to use for releases (must appear in version list above).
29-
- RELEASE_GO_VERSION="1.9"
32+
- RELEASE_GO_VERSION="1.10.3"

0 commit comments

Comments
 (0)