Update go versions

This commit is contained in:
Yoshiyuki Mineo
2023-08-13 23:36:13 +09:00
committed by Yoshiyuki Mineo
parent eafab81cd5
commit 18c4908321
+1 -1
View File
@@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.20.x, 1.21.x]
os: [ubuntu-latest]
runs-on: ${{matrix.os}}
steps: