aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-05-18 18:18:54 +0800
committerGitHub <noreply@github.com>2018-05-18 18:18:54 +0800
commitf9c456e02d6b8320389a7ea95c0eef3e10a87e2e (patch)
tree99eed61d28caf592c018a4fdbc7c999809c6e161 /.travis.yml
parent6286c255f16a914b39ffd3389cba154a53e66a13 (diff)
parent579bd0f9fb368736288ca23e72c6b8f9256ac8c1 (diff)
downloaddexon-f9c456e02d6b8320389a7ea95c0eef3e10a87e2e.tar
dexon-f9c456e02d6b8320389a7ea95c0eef3e10a87e2e.tar.gz
dexon-f9c456e02d6b8320389a7ea95c0eef3e10a87e2e.tar.bz2
dexon-f9c456e02d6b8320389a7ea95c0eef3e10a87e2e.tar.lz
dexon-f9c456e02d6b8320389a7ea95c0eef3e10a87e2e.tar.xz
dexon-f9c456e02d6b8320389a7ea95c0eef3e10a87e2e.tar.zst
dexon-f9c456e02d6b8320389a7ea95c0eef3e10a87e2e.zip
Merge pull request #16753 from karalabe/go-1.10.2
travis, appveyor: bump Go release to 1.10.2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 09b77d09d..6fb70f27d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -146,7 +146,7 @@ matrix:
git:
submodules: false # avoid cloning ethereum/tests
before_install:
- - curl https://storage.googleapis.com/golang/go1.10.1.linux-amd64.tar.gz | tar -xz
+ - curl https://storage.googleapis.com/golang/go1.10.2.linux-amd64.tar.gz | tar -xz
- export PATH=`pwd`/go/bin:$PATH
- export GOROOT=`pwd`/go
- export GOPATH=$HOME/go