Skip to content

Commit 2b05706

Browse files
committed
chore: Add go 1.19 and upgrade lint version to v1.49
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
1 parent 1907c25 commit 2b05706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
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)