Update supported Go version to Go 1.19

This commit is contained in:
Aoang 2022-08-14 16:19:33 +08:00 committed by mattn
parent 3ccccfb4c9
commit fd616a2f47
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.16', '1.17', '1.18']
go: ['1.17', '1.18', '1.19']
fail-fast: false
env:
OS: ${{ matrix.os }}
@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
go: ['1.16', '1.17', '1.18']
go: ['1.17', '1.18', '1.19']
fail-fast: false
env:
OS: windows-latest