Skip to content

Commit 4514465

Browse files
authored
travis: switch to Go 1.9+1.10 (google#539)
1.9 is available for a long time, no point in testing in 1.9rc1. 1.10 is already released too.
1 parent e20831f commit 4514465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: go
22
dist: trusty
33

44
go:
5-
- 1.8
6-
- 1.9rc1
5+
- "1.9"
6+
- "1.10"
77

88
before_install:
99
- echo $PATH

0 commit comments

Comments
 (0)