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:
156
156
git :
157
157
submodules : false # avoid cloning ethereum/tests
158
158
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
160
160
- export PATH=`pwd`/go/bin:$PATH
161
161
- export GOROOT=`pwd`/go
162
162
- export GOPATH=$HOME/go
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ environment:
23
23
install :
24
24
- git submodule update --init
25
25
- 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
28
28
- go version
29
29
- gcc --version
30
30
You can’t perform that action at this time.
0 commit comments