all: update dependencies and drop Go 1.23

This commit is contained in:
Hajime Hoshi
2025-09-16 15:22:10 +09:00
parent 187c074ca1
commit 9b1f5cbb6a
3 changed files with 21 additions and 21 deletions
+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.x']
go: ['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.x']
go: ['1.24.x', '1.25.x']
name: Test WebAssembly with Go ${{ matrix.go }}
runs-on: ubuntu-latest
defaults: