Skip to content

Commit 0fc0bc8

Browse files
committed
chore: Add go 1.19 and upgrade lint version to v1.49
Signed-off-by: Bo-Yi.Wu <[email protected]>
1 parent f5a6507 commit 0fc0bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- name: Setup golangci-lint
2222
uses: golangci/golangci-lint-action@v3
2323
with:
24-
version: v1.45.0
24+
version: v1.49.0
2525
args: --verbose
2626
test:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
go: [1.14, 1.15, 1.16, 1.17, 1.18]
30+
go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19]
3131
include:
3232
- os: ubuntu-latest
3333
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)