{.travis,appveyor}.yml: upgrade to Go 1.10.3

This commit is contained in:
Taylor Blau 2018-07-25 16:47:39 -05:00
parent a173629349
commit d4df80b448
2 changed files with 4 additions and 2 deletions

@ -1,7 +1,7 @@
# http://docs.travis-ci.com/user/languages/go/
language: go
go: 1.8.3
go: 1.10.3
os:
- linux

@ -14,7 +14,9 @@ install:
- rd C:\Go /s /q
- rd C:\Perl /s /q
- refreshenv
- cinst golang --version 1.8.3 -y
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.3.windows-amd64.zip
- 7z x go1.10.3.windows-amd64.zip -oC:\ >nul
- C:\go\bin\go version
- cinst InnoSetup -y
- cinst strawberryperl -y
- refreshenv