Update Go versions (#60)

This commit is contained in:
Yoshiyuki Mineo
2024-10-13 22:30:52 +09:00
committed by GitHub
parent b9b40b47a5
commit 94f43cfd99

View File

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