Skip to content

Commit 616cf78

Browse files
SamuelMarksfjl
authored andcommitted
travis, appveyor: bump to Go 1.11.5 (#18947)
1 parent 277a8c9 commit 616cf78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ environment:
2323
install:
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

0 commit comments

Comments
 (0)