appveyor: remove go1.10

This commit is contained in:
Dan Kortschak
2019-09-04 06:51:04 +09:30
parent 57bf14eee2
commit 2065cbd6b4

View File

@@ -13,9 +13,9 @@ environment:
# Do not move these lines; they are referred to by README.md.
# Versions of go that are explicitly supported by gonum.
matrix:
- GOROOT: 'c:\go110'
- GOROOT: 'c:\go111'
- GOROOT: 'c:\go112'
#- GOROOT: 'c:\go113'
GOPATH: c:\gopath
GOTOOLDIR: '%GOROOT%\pkg\tool\windows_amd64'
PATH: '%GOPATH%\bin;%GOROOT%\bin;%PATH%'