From c0dba2e9909b152e8a5d36d157c26adc26bc2e89 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sat, 16 Jun 2018 13:32:32 +0700 Subject: [PATCH] update Go to 1.9.7 and 1.10.3 on the CIs --- .circleci/config.yml | 4 ++-- .travis.yml | 4 ++-- appveyor.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20099ac9..78143a1f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,11 +39,11 @@ version: 2 jobs: build-go1.10: docker: - - image: circleci/golang:1.10.2-stretch-browsers + - image: circleci/golang:1.10.3-stretch-browsers <<: *defaults build-go1.9: docker: - - image: circleci/golang:1.9.6-stretch-browsers + - image: circleci/golang:1.9.7-stretch-browsers <<: *defaults workflows: version: 2 diff --git a/.travis.yml b/.travis.yml index 51bba51a..a56ab106 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ addons: language: go go: - - "1.9.6" - - "1.10.2" + - "1.9.7" + - "1.10.3" # 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 b7bb0305..4019ad2b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,8 +14,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.10.2.windows-amd64.zip - - 7z x go1.10.2.windows-amd64.zip -y -oC:\ > NUL + - appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.3.windows-amd64.zip + - 7z x go1.10.3.windows-amd64.zip -y -oC:\ > NUL - set PATH=%PATH%;%GOPATH%\bin\windows_%GOARCH%;%GOPATH%\bin - echo %PATH% - echo %GOPATH%