.github/workflows: update

This commit is contained in:
Hajime Hoshi 2023-05-03 11:55:19 +09:00
parent 96f9ea1b2e
commit 1de600e397

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.19.8', '1.20.3']
go: ['1.19.9', '1.20.4']
name: Vulnerability Check with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env: