From 2213e567a24bb9bf41a54fa0f83dc572d7a0fc7f Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sat, 3 Dec 2016 14:26:22 +0700 Subject: [PATCH] update Go versions for CIs --- .travis.yml | 4 ++-- appveyor.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9becaf0a9..734ddbfb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ services: - docker go: - - 1.6 - - 1.7.3 + - 1.6.4 + - 1.7.4 # first part of the GOARCH workaround # setting the GOARCH directly doesn't work, since the value will be overwritten later diff --git a/appveyor.yml b/appveyor.yml index 158dcb239..b493b091f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,8 +13,8 @@ clone_folder: c:\gopath\src\github.com\lucas-clemente\quic-go install: - rmdir c:\go /s /q - - appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.3.windows-amd64.zip - - 7z x go1.7.3.windows-amd64.zip -y -oC:\ > NUL + - appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip + - 7z x go1.7.4.windows-amd64.zip -y -oC:\ > NUL - set PATH=%PATH%;%GOPATH%\bin\windows_%GOARCH%;%GOPATH%\bin - echo %PATH% - echo %GOPATH%