mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
Update Go versions on CI
This commit is contained in:
parent
f09e9ef8ee
commit
7941be5f7d
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user