update dockerfile, go.yml and appveyor.yml to go1.14

This commit is contained in:
vcaesar 2020-02-28 11:20:46 -04:00
parent 5f5f208a43
commit 818706be18
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# FROM golang:1.10.1
FROM golang:1.13.8-stretch AS build
FROM golang:1.14-stretch AS build
# FROM govgo/go:1.11.1
RUN apt-get update && apt-get install -y --no-install-recommends \

View File

@ -10,10 +10,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.13
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14
id: go
- name: Check out code into the Go module directory

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.13.8
GOVERSION: 1.14
# GOPATH: c:\gopath
# scripts that run after cloning repository