TUN-6717: Update Github action to run with Go 1.19

This commit is contained in:
cthuang 2022-08-31 12:22:57 +01:00
parent 7e760f9fcc
commit 2b3707e2b9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ jobs:
check:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: