From f2a0505446b27b403265d3d692cd4c7d365aaaf2 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Tue, 9 Apr 2019 11:45:11 -0400 Subject: [PATCH] update dockerfile and appveyor to go1.12.3 --- .circleci/images/primary/Dockerfile | 2 +- appveyor.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/images/primary/Dockerfile b/.circleci/images/primary/Dockerfile index bd82eb5..4872e55 100644 --- a/.circleci/images/primary/Dockerfile +++ b/.circleci/images/primary/Dockerfile @@ -1,5 +1,5 @@ # FROM golang:1.10.1 -FROM golang:1.12.1-stretch AS build +FROM golang:1.12.3-stretch AS build # FROM govgo/go:1.11.1 RUN apt-get update && apt-get install -y --no-install-recommends \ diff --git a/appveyor.yml b/appveyor.yml index 6f705e6..9105fc6 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.12.2 + GOVERSION: 1.12.3 # GOPATH: c:\gopath # scripts that run after cloning repository diff --git a/go.mod b/go.mod index 3d038b6..05aca00 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/shirou/gopsutil v0.0.0-20190131151121-071446942108 github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect github.com/vcaesar/imgo v0.0.0-20181209162409-13af122cf2fa - golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect + golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e // indirect )