mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
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 }}
|
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
|
@ -17,9 +17,9 @@ services:
|
|||||||
- xvfb
|
- xvfb
|
||||||
|
|
||||||
install:
|
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
|
# 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
|
- tar -C ~ -xzf go.tar.gz
|
||||||
- rm go.tar.gz
|
- rm go.tar.gz
|
||||||
- export GOROOT=~/go
|
- export GOROOT=~/go
|
||||||
|
Loading…
Reference in New Issue
Block a user