aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-07-10 02:04:31 +0800
committerGitHub <noreply@github.com>2019-07-10 02:04:31 +0800
commite970d60d373b90658118ae8c9852fc8a705b25fc (patch)
tree77c8d10ed81dc8eda6f0a67efbcd3e3571ae8946
parent7527215a68eaac8a880be83f3f1ded0ed82f6650 (diff)
parent2808bc68b97b6726f0936cc9c8114eb22c6b4a29 (diff)
downloadgo-tangerine-e970d60d373b90658118ae8c9852fc8a705b25fc.tar
go-tangerine-e970d60d373b90658118ae8c9852fc8a705b25fc.tar.gz
go-tangerine-e970d60d373b90658118ae8c9852fc8a705b25fc.tar.bz2
go-tangerine-e970d60d373b90658118ae8c9852fc8a705b25fc.tar.lz
go-tangerine-e970d60d373b90658118ae8c9852fc8a705b25fc.tar.xz
go-tangerine-e970d60d373b90658118ae8c9852fc8a705b25fc.tar.zst
go-tangerine-e970d60d373b90658118ae8c9852fc8a705b25fc.zip
Merge pull request #19815 from karalabe/go-1.12.7
appveyor: bump builder to Go 1.12.7
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3e07620f3..8f840c190 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,8 +23,8 @@ environment:
install:
- git submodule update --init
- rmdir C:\go /s /q
- - appveyor DownloadFile https://dl.google.com/go/go1.12.6.windows-%GETH_ARCH%.zip
- - 7z x go1.12.6.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
+ - appveyor DownloadFile https://dl.google.com/go/go1.12.7.windows-%GETH_ARCH%.zip
+ - 7z x go1.12.7.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version