Skip to content

Commit 5046004

Browse files
committed
chore: refine CI workflow and test configurations
- Update the golangci-lint-action version from `v4` to `v5` in the GitHub Actions workflow Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 8873d8e commit 5046004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
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)