summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2017-07-04 13:02:12 +0200
committerCarlos Martín Nieto <[email protected]>2017-07-04 13:02:12 +0200
commitbcf8c1bf404bf56537882fd65f5b0c95c924b19d (patch)
treeb8d60d9340f7f2f815441d91e4a3eba08585af1c
parent544d29e18b6bad5630739e618e07ad8a8aa80495 (diff)
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.
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f3b8b46..6131e6d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
language: go
go:
- - 1.5
- - 1.6
- 1.7
+ - 1.8
- tip
script: make test-static