Skip to content

Commit 3399be0

Browse files
committedMay 5, 2024··
ci: refactor CI workflow and improve tests
- Update the golangci-lint action version from `v4` to `v5` in the GitHub workflow for Go. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent c486260 commit 3399be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version-file: go.mod
2424
check-latest: true
2525
- name: Setup golangci-lint
26-
uses: golangci/golangci-lint-action@v4
26+
uses: golangci/golangci-lint-action@v5
2727
with:
2828
args: --verbose
2929
test:

0 commit comments

Comments
 (0)
Please sign in to comment.