Skip to content

Commit

Permalink
appveyor.yml: Upgrade to go1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed Apr 6, 2019
1 parent bca140b commit 212b258
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.1.windows-%GETH_ARCH%.zip
- 7z x go1.12.1.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- appveyor DownloadFile https://dl.google.com/go/go1.12.2.windows-%GETH_ARCH%.zip
- 7z x go1.12.2.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version

Expand Down

0 comments on commit 212b258

Please sign in to comment.