chore: Add go 1.19 and upgrade lint version to v1.49

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu 2022-08-29 21:17:44 +08:00
parent 1e2ad02192
commit 3035101e24
1 changed files with 2 additions and 2 deletions

View File

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