Skip to content

Commit

Permalink
appveyor: bump to Go 1.12.6 (#19709)
Browse files Browse the repository at this point in the history
* appveyor: bump to Go 1.12.6

* vendor/vendor.json: govendor fetch github.com/karalabe/usb/^
  • Loading branch information
SamuelMarks authored and karalabe committed Jun 13, 2019
1 parent 2da6d1e commit 79c90dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ environment:
install:
- git submodule update --init
- rmdir C:\go /s /q
- appveyor DownloadFile https://dl.google.com/go/go1.12.5.windows-%GETH_ARCH%.zip
- 7z x go1.12.5.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- appveyor DownloadFile https://dl.google.com/go/go1.12.6.windows-%GETH_ARCH%.zip
- 7z x go1.12.6.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version

Expand Down
4 changes: 2 additions & 2 deletions vendor/github.com/karalabe/usb/appveyor.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@
"revisionTime": "2017-04-30T22:20:11Z"
},
{
"checksumSHA1": "wqKuSmlxa4hVZwfs4ZjtKtM5Yp0=",
"checksumSHA1": "TU/WaqL7fYPDovmGVRSo8btD4ZM=",
"path": "github.com/karalabe/usb",
"revision": "3eff4807c21acef1c5f1b712a225ab09a8961504",
"revisionTime": "2019-06-07T09:24:32Z",
"revision": "4d6ba34a841453237dba721eeec1af0ef9a7a890",
"revisionTime": "2019-06-13T07:02:55Z",
"tree": true
},
{
Expand Down

0 comments on commit 79c90dc

Please sign in to comment.