Skip to content

Commit

Permalink
appveyor: Upgrade Go to v1.12.5 (#19536)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks authored and karalabe committed May 8, 2019
1 parent 9b831d7 commit e770f62
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.4.windows-%GETH_ARCH%.zip
- 7z x go1.12.4.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- 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
- go version
- gcc --version

Expand Down

0 comments on commit e770f62

Please sign in to comment.