Skip to content

Commit 4ea20b3

Browse files
committed
chore: refine CI workflow and test parameters
- Update the golangci-lint-action version from `v3` to `v4` in the GitHub Actions workflow Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 5a50b5f commit 4ea20b3

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121
- name: Setup golangci-lint
22-
uses: golangci/golangci-lint-action@v3
22+
uses: golangci/golangci-lint-action@v4
2323
with:
2424
version: latest
2525
args: --verbose

0 commit comments

Comments
 (0)