Skip to content

Commit

Permalink
appveyor: bump to Go 1.12.9 (#19966)
Browse files Browse the repository at this point in the history
* appveyor: bump to Go 1.12.8

* appveyor: bump to Go 1.12.9
  • Loading branch information
SamuelMarks authored and karalabe committed Aug 19, 2019
1 parent 3bb9b49 commit 039a9c3
Showing 1 changed file with 2 additions and 2 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.7.windows-%GETH_ARCH%.zip
- 7z x go1.12.7.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- appveyor DownloadFile https://dl.google.com/go/go1.12.9.windows-%GETH_ARCH%.zip
- 7z x go1.12.9.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version

Expand Down

0 comments on commit 039a9c3

Please sign in to comment.