Commit 79c90dce authored by Samuel Marks's avatar Samuel Marks Committed by Péter Szilágyi

appveyor: bump to Go 1.12.6 (#19709)

* appveyor: bump to Go 1.12.6

* vendor/vendor.json: govendor fetch github.com/karalabe/usb/^
parent 2da6d1e0
...@@ -23,8 +23,8 @@ environment: ...@@ -23,8 +23,8 @@ environment:
install: install:
- git submodule update --init - git submodule update --init
- rmdir C:\go /s /q - rmdir C:\go /s /q
- appveyor DownloadFile https://dl.google.com/go/go1.12.5.windows-%GETH_ARCH%.zip - appveyor DownloadFile https://dl.google.com/go/go1.12.6.windows-%GETH_ARCH%.zip
- 7z x go1.12.5.windows-%GETH_ARCH%.zip -y -oC:\ > NUL - 7z x go1.12.6.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version - go version
- gcc --version - gcc --version
......
...@@ -22,8 +22,8 @@ environment: ...@@ -22,8 +22,8 @@ environment:
install: install:
- rmdir C:\go /s /q - rmdir C:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.12.5.windows-%GOARCH%.zip - appveyor DownloadFile https://storage.googleapis.com/golang/go1.12.6.windows-%GOARCH%.zip
- 7z x go1.12.5.windows-%GOARCH%.zip -y -oC:\ > NUL - 7z x go1.12.6.windows-%GOARCH%.zip -y -oC:\ > NUL
- go version - go version
- gcc --version - gcc --version
......
...@@ -243,10 +243,10 @@ ...@@ -243,10 +243,10 @@
"revisionTime": "2017-04-30T22:20:11Z" "revisionTime": "2017-04-30T22:20:11Z"
}, },
{ {
"checksumSHA1": "wqKuSmlxa4hVZwfs4ZjtKtM5Yp0=", "checksumSHA1": "TU/WaqL7fYPDovmGVRSo8btD4ZM=",
"path": "github.com/karalabe/usb", "path": "github.com/karalabe/usb",
"revision": "3eff4807c21acef1c5f1b712a225ab09a8961504", "revision": "4d6ba34a841453237dba721eeec1af0ef9a7a890",
"revisionTime": "2019-06-07T09:24:32Z", "revisionTime": "2019-06-13T07:02:55Z",
"tree": true "tree": true
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment