File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ matrix:
156156 git :
157157 submodules : false # avoid cloning ethereum/tests
158158 before_install :
159- - curl https://storage.googleapis.com/golang/go1.11.4 .linux-amd64.tar.gz | tar -xz
159+ - curl https://storage.googleapis.com/golang/go1.11.5 .linux-amd64.tar.gz | tar -xz
160160 - export PATH=`pwd`/go/bin:$PATH
161161 - export GOROOT=`pwd`/go
162162 - export GOPATH=$HOME/go
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ environment:
2323install :
2424 - git submodule update --init
2525 - rmdir C:\go /s /q
26- - appveyor DownloadFile https://storage.googleapis.com/golang/go1.11.4 .windows-%GETH_ARCH%.zip
27- - 7z x go1.11.4 .windows-%GETH_ARCH%.zip -y -oC:\ > NUL
26+ - appveyor DownloadFile https://storage.googleapis.com/golang/go1.11.5 .windows-%GETH_ARCH%.zip
27+ - 7z x go1.11.5 .windows-%GETH_ARCH%.zip -y -oC:\ > NUL
2828 - go version
2929 - gcc --version
3030
You can’t perform that action at this time.
0 commit comments