Update Go versions (#64)

This commit is contained in:
Yoshiyuki Mineo
2025-05-01 19:15:37 +09:00
committed by GitHub
parent 94f43cfd99
commit 410eb250e3

View File

@@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
go-version: [1.23.x, 1.24.x]
os: [ubuntu-latest]
runs-on: ${{matrix.os}}
steps: