aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-02-17 17:38:42 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-02-20 17:22:56 +0800
commit449a850023419fcd21e46d576eb9d4934b0f148d (patch)
tree66ab3c4b0aa7404c203db99ceb81c44e4f705395 /appveyor.yml
parente51f65af1f440aa4b221568e4a546455b7fe0964 (diff)
downloadgo-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar.gz
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar.bz2
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar.lz
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar.xz
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar.zst
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.zip
travis, appveyor: update builders to Go 1.8
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 f5115f6f9..c15696705 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,8 +22,8 @@ environment:
install:
- rmdir C:\go /s /q
- - appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-%GETH_ARCH%.zip
- - 7z x go1.7.4.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
+ - appveyor DownloadFile https://storage.googleapis.com/golang/go1.8.windows-%GETH_ARCH%.zip
+ - 7z x go1.8.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version