Skip to content

Commit

Permalink
{.travis,appveyor}.yml: upgrade to Go 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ttaylorr committed Jul 25, 2018
1 parent a173629 commit d4df80b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# http://docs.travis-ci.com/user/languages/go/
language: go

go: 1.8.3
go: 1.10.3

os:
- linux
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ install:
- rd C:\Go /s /q
- rd C:\Perl /s /q
- refreshenv
- cinst golang --version 1.8.3 -y
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.3.windows-amd64.zip
- 7z x go1.10.3.windows-amd64.zip -oC:\ >nul
- C:\go\bin\go version
- cinst InnoSetup -y
- cinst strawberryperl -y
- refreshenv
Expand Down

0 comments on commit d4df80b

Please sign in to comment.