Update go versions (#43)

This commit is contained in:
Yoshiyuki Mineo
2023-05-04 02:08:54 +09:00
committed by GitHub
parent 597171da2e
commit eafab81cd5

View File

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