Skip to content

Commit

Permalink
travis, appveyor: upgrade to latest Go & Ubuntu LTS (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks authored and karalabe committed Nov 4, 2019
1 parent 51dc0ef commit 911d15f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ matrix:
- os: osx
go: 1.12.x
- os: linux
dist: xenial
go: 1.12.x
dist: bionic
go: 1.13.x
services:
- docker
env:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ environment:

install:
- rmdir C:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.12.9.windows-%GOARCH%.zip
- 7z x go1.12.9.windows-%GOARCH%.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.13.4.windows-%GOARCH%.zip
- 7z x go1.13.4.windows-%GOARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version

Expand Down

0 comments on commit 911d15f

Please sign in to comment.