Skip to content

Commit

Permalink
Merge pull request #19815 from karalabe/go-1.12.7
Browse files Browse the repository at this point in the history
appveyor: bump builder to Go 1.12.7
  • Loading branch information
karalabe authored Jul 9, 2019
2 parents 7527215 + 2808bc6 commit e970d60
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.6.windows-%GETH_ARCH%.zip
- 7z x go1.12.6.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- 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
- go version
- gcc --version

Expand Down

0 comments on commit e970d60

Please sign in to comment.