appveyor: bump to Go 1.12.6 (#19709)

* appveyor: bump to Go 1.12.6

* vendor/vendor.json: govendor fetch github.com/karalabe/usb/^
This commit is contained in:
Samuel Marks
2019-06-14 05:48:04 +10:00
committed by Péter Szilágyi
parent 2da6d1e047
commit 79c90dce20
3 changed files with 7 additions and 7 deletions

View File

@@ -22,8 +22,8 @@ environment:
install:
- rmdir C:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.12.5.windows-%GOARCH%.zip
- 7z x go1.12.5.windows-%GOARCH%.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.12.6.windows-%GOARCH%.zip
- 7z x go1.12.6.windows-%GOARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version