aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-08-28 16:15:29 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-08-28 16:15:29 +0800
commita4df80f47f2ac6e70c0be242ccec54aef7777115 (patch)
treecaa73c6bc8e7b3b6aed3489186fbb7f9b1631835 /appveyor.yml
parent27a5622e995d762683dd1a79423d83fcf3e62ccf (diff)
downloadgo-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar.gz
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar.bz2
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar.lz
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar.xz
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar.zst
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.zip
travis, appveyor: bump Go to 1.9 stable
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 945cafaf2..78b11fa9d 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.8.3.windows-%GETH_ARCH%.zip
- - 7z x go1.8.3.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
+ - appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.windows-%GETH_ARCH%.zip
+ - 7z x go1.9.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version