diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-12-21 17:30:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-21 17:30:44 +0800 |
commit | 4b939c23e46d0160ba68c9b86d889041bb0905a0 (patch) | |
tree | f8d032c4ec0463da4d527a03a66e10203788e32b /appveyor.yml | |
parent | 7138de7b553613740a54a738aaa0b1280b8b34e4 (diff) | |
download | dexon-4b939c23e46d0160ba68c9b86d889041bb0905a0.tar.gz dexon-4b939c23e46d0160ba68c9b86d889041bb0905a0.tar.zst dexon-4b939c23e46d0160ba68c9b86d889041bb0905a0.zip |
appveyor: bump Go to 1.9.2 (#15726)
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 78b11fa9d..99029f553 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://storage.googleapis.com/golang/go1.9.windows-%GETH_ARCH%.zip - - 7z x go1.9.windows-%GETH_ARCH%.zip -y -oC:\ > NUL + - appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.2.windows-%GETH_ARCH%.zip + - 7z x go1.9.2.windows-%GETH_ARCH%.zip -y -oC:\ > NUL - go version - gcc --version |