Update go versions (#54)

This commit is contained in:
Yoshiyuki Mineo
2024-04-30 15:50:36 +09:00
committed by GitHub
parent a0558cef64
commit b9b40b47a5

View File

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