chore(CI): add go1.20 version

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu 2023-02-12 09:24:09 +08:00
parent 3035101e24
commit 6f6aff627d
1 changed files with 1 additions and 2 deletions

View File

@ -21,13 +21,12 @@ jobs:
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
args: --verbose
test:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19]
go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19, '1.20']
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build