mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-23 00:07:15 +08:00
.github/workflows: update Go to 1.25
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
go: ['1.23.x', '1.24.x', '1.25.0-rc.3']
|
||||
go: ['1.23.x', '1.24.x', '1.25.x']
|
||||
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
@@ -175,7 +175,7 @@ jobs:
|
||||
wasm:
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.23.x', '1.24.x', '1.25.0-rc.3']
|
||||
go: ['1.23.x', '1.24.x', '1.25.x']
|
||||
name: Test WebAssembly with Go ${{ matrix.go }}
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
|
||||
Reference in New Issue
Block a user