.github/workflows: update Go to 1.25

This commit is contained in:
Hajime Hoshi
2025-08-13 12:46:45 +09:00
parent 5f9abccb0d
commit e67f7e3ae2
+2 -2
View File
@@ -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: