Update Go version to 1.14.3 for testing

This commit is contained in:
Hajime Hoshi 2020-05-19 02:22:21 +09:00
parent a1ac574a60
commit a6c7c608e4

View File

@ -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