update ci 1.9.4 to 1.10.1

This commit is contained in:
vcaesar 2018-03-31 18:46:40 +08:00
parent f1e31356d2
commit 120777342c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.9.4
FROM golang:1.10.1
RUN apt-get update
# customize dependencies

View File

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