aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2019-03-02 06:41:45 -0800
committeralandonovan <adonovan@google.com>2019-03-02 09:41:45 -0500
commit75cc838d91ac91641b3fc4b5c062ce37c64217da (patch)
tree5e1ca64856ec0fb930c0422159f7be4ee1d2f9a6
parent8cb25c8162478e5f38d1e77f93d90e8db4cc6259 (diff)
downloadstarlark-go-75cc838d91ac91641b3fc4b5c062ce37c64217da.tar.gz
travis: bump to Go version 1.10 (#164)
Now that 1.12 is out, 1.10 is the minimum supported version.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index de49ff3..926a3f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,5 +5,5 @@ language: go
go_import_path: go.starlark.net
go:
- - 1.9.x
+ - 1.10.x
- master