Skip to content

Commit 70e5543

Browse files
committed
chore(CI/CD): add go1.18 version
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 439d6a3 commit 70e5543

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@v2
2323
with:
24-
version: v1.44.2
24+
version: v1.45.0
2525
args: --verbose
2626
test:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
go: [1.13, 1.14, 1.15, 1.16, 1.17]
30+
go: [1.13, 1.14, 1.15, 1.16, 1.17, 1.18]
3131
include:
3232
- os: ubuntu-latest
3333
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)