Skip to content

Commit d81f319

Browse files
committed
chore: refine CI workflow and improve code quality
- Update the golangci-lint-action version from `v4` to `v5` in the GitHub Actions workflow for Go. Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 18081d2 commit d81f319

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)