Skip to content

Commit bcf8c1b

Browse files
committed
travis: update the Go versions
We need to use `runtime.KeepAlive()` which only exists past Go 1.7. Furthermore, Go 1.7 is the latest supported by the language team.
1 parent 544d29e commit bcf8c1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: go
22

33
go:
4-
- 1.5
5-
- 1.6
64
- 1.7
5+
- 1.8
76
- tip
87

98
script: make test-static

0 commit comments

Comments
 (0)