Merge pull request #122 from rosenhouse/bump-golang-1.10

travis: bump golang versions
This commit is contained in:
Dan Williams 2018-02-21 11:08:29 -06:00 committed by GitHub
commit 961b53bf2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ sudo: required
dist: trusty
go:
- 1.8.x
- 1.9.x
- 1.10.x
env:
global:

2
Vagrantfile vendored
View File

@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
apt-get update -y || (sleep 40 && apt-get update -y)
apt-get install -y git
wget -qO- https://storage.googleapis.com/golang/go1.9.1.linux-amd64.tar.gz | tar -C /usr/local -xz
wget -qO- https://storage.googleapis.com/golang/go1.10.linux-amd64.tar.gz | tar -C /usr/local -xz
echo 'export GOPATH=/go' >> /root/.bashrc
echo 'export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin' >> /root/.bashrc