mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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:
|
||||
DISPLAY: ':99.0'
|
||||
STEAM_RUNTIME_VERSION: '0.20210721.1'
|
||||
GO_VERSION: '1.16.7'
|
||||
GO_VERSION: '1.17'
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
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.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 }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user