aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-06-14 17:46:49 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-06-14 17:46:49 +0800
commitde06185fc3c6651f3cc192b0eaac51e670f7fa34 (patch)
treeb9058c56340405fe46755d6aa60608b6befe0811 /.travis.yml
parent3fb5f3ae11b1807ff071059276fb679a306339f5 (diff)
downloadgo-tangerine-de06185fc3c6651f3cc192b0eaac51e670f7fa34.tar
go-tangerine-de06185fc3c6651f3cc192b0eaac51e670f7fa34.tar.gz
go-tangerine-de06185fc3c6651f3cc192b0eaac51e670f7fa34.tar.bz2
go-tangerine-de06185fc3c6651f3cc192b0eaac51e670f7fa34.tar.lz
go-tangerine-de06185fc3c6651f3cc192b0eaac51e670f7fa34.tar.xz
go-tangerine-de06185fc3c6651f3cc192b0eaac51e670f7fa34.tar.zst
go-tangerine-de06185fc3c6651f3cc192b0eaac51e670f7fa34.zip
travis, appveyor: update to Go 1.10.3
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 6fb70f27d..bf2521560 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.2.linux-amd64.tar.gz | tar -xz
+ - curl https://storage.googleapis.com/golang/go1.10.3.linux-amd64.tar.gz | tar -xz
- export PATH=`pwd`/go/bin:$PATH
- export GOROOT=`pwd`/go
- export GOPATH=$HOME/go