Skip to content

Commit

Permalink
chore: Add go 1.19 and upgrade lint version to v1.49
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Aug 29, 2022
1 parent e21a0ba commit 8c2a844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -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
Expand Down

0 comments on commit 8c2a844

Please sign in to comment.