From 728b1d520a650842bc3c15fdae6614feccb694f9 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Wed, 2 May 2018 17:15:32 +0800 Subject: [PATCH] Bump Go versions --- .circleci/config.yml | 2 +- .circleci/images/primary/Dockerfile | 2 +- appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2bda865..53356b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: build: docker: # using custom image, see .circleci/images/primary/Dockerfile - - image: govgo/robotgoci:1.10.1 + - image: govgo/robotgoci:1.10.2 working_directory: /gopath/src/github.com/go-vgo/robotgo steps: - checkout diff --git a/.circleci/images/primary/Dockerfile b/.circleci/images/primary/Dockerfile index af4b6fe..0f9d6bc 100644 --- a/.circleci/images/primary/Dockerfile +++ b/.circleci/images/primary/Dockerfile @@ -1,5 +1,5 @@ # FROM golang:1.10.1 -FROM govgo/go:1.10.1 +FROM govgo/go:1.10.2 RUN apt-get update # customize dependencies diff --git a/appveyor.yml b/appveyor.yml index f57a842..a242e5e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ environment: PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH% # - COMPILER: MINGW_W64 # ARCHITECTURE: x64 - GOVERSION: 1.10.1 + GOVERSION: 1.10.2 # GOPATH: c:\gopath # scripts that run after cloning repository