mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
Update Go to 1.17
This commit is contained in:
parent
226e981ebe
commit
253509356f
2
.github/workflows/steam.yml
vendored
2
.github/workflows/steam.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DISPLAY: ':99.0'
|
DISPLAY: ':99.0'
|
||||||
STEAM_RUNTIME_VERSION: '0.20210721.1'
|
STEAM_RUNTIME_VERSION: '0.20210721.1'
|
||||||
GO_VERSION: '1.16.7'
|
GO_VERSION: '1.17'
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
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.15.15', '1.16.7', '1.17.0-rc2']
|
go: ['1.15.15', '1.16.7', '1.17.0']
|
||||||
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user