Update Go to 1.14.2 in .travs.yml

This commit is contained in:
Hajime Hoshi 2020-04-21 02:44:39 +09:00
parent 691e42f806
commit a190569e23

View File

@ -17,9 +17,9 @@ services:
- xvfb
install:
# Install Go 1.14.1 manualy
# Install Go 1.14.2 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.1.linux-amd64.tar.gz
- wget -O go.tar.gz https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz
- tar -C ~ -xzf go.tar.gz
- rm go.tar.gz
- export GOROOT=~/go