update go-version in pull_request.yaml

This commit is contained in:
syumai 2023-10-11 23:44:47 +09:00
parent 8348562593
commit 0228c08d78

View File

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