add CI go1.13 support

This commit is contained in:
vcaesar 2019-09-04 13:24:37 -04:00
parent 7579a78d3c
commit 735c121307
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ go:
# - 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
# - tip
addons:

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