Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #85 from johnarok/appveyor-update
Browse files Browse the repository at this point in the history
bump appveyor go version to 1.10.4
  • Loading branch information
johnarok authored Sep 6, 2018
2 parents 152026f + 896fc9a commit 77adc20
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 @@ -10,8 +10,8 @@ environment:

install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.1.windows-amd64.zip
- 7z x go1.7.1.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://dl.google.com/go/go1.10.4.windows-amd64.zip
- 7z x go1.10.4.windows-amd64.zip -y -oC:\ > NUL
- go version
- go env
- go get -t ./...
Expand Down

0 comments on commit 77adc20

Please sign in to comment.