update dockerfile and appveyor to go1.12.3

This commit is contained in:
vcaesar 2019-04-09 11:45:11 -04:00
parent 677fa2f18a
commit f2a0505446
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# FROM golang:1.10.1 # 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 # FROM govgo/go:1.11.1
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \

View File

@ -34,7 +34,7 @@ environment:
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH% PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
# - COMPILER: MINGW_W64 # - COMPILER: MINGW_W64
# ARCHITECTURE: x64 # ARCHITECTURE: x64
GOVERSION: 1.12.2 GOVERSION: 1.12.3
# GOPATH: c:\gopath # GOPATH: c:\gopath
# scripts that run after cloning repository # scripts that run after cloning repository

2
go.mod
View File

@ -11,7 +11,7 @@ require (
github.com/shirou/gopsutil v0.0.0-20190131151121-071446942108 github.com/shirou/gopsutil v0.0.0-20190131151121-071446942108
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/vcaesar/imgo v0.0.0-20181209162409-13af122cf2fa 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 golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e // indirect
) )