Update Go versions on CI

This commit is contained in:
Hajime Hoshi 2020-09-18 05:02:34 +09:00
parent f09e9ef8ee
commit 7941be5f7d
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.12.17', '1.13.15', '1.14.8', '1.15.1']
go: ['1.12.17', '1.13.15', '1.14.9', '1.15.2']
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:

View File

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