mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Update Go version to 1.14.3 for testing
This commit is contained in:
parent
a1ac574a60
commit
a6c7c608e4
@ -17,9 +17,9 @@ services:
|
||||
- xvfb
|
||||
|
||||
install:
|
||||
# Install Go 1.14.2 manualy
|
||||
# Install Go 1.14.3 manualy
|
||||
# See https://travis-ci.community/t/goos-js-goarch-wasm-go-run-fails-panic-newosproc-not-implemented/1651
|
||||
- wget -O go.tar.gz https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz
|
||||
- wget -O go.tar.gz https://dl.google.com/go/go1.14.3.linux-amd64.tar.gz
|
||||
- tar -C ~ -xzf go.tar.gz
|
||||
- rm go.tar.gz
|
||||
- export GOROOT=~/go
|
||||
|
Loading…
Reference in New Issue
Block a user