Skip to content

Commit b7c421c

Browse files
committed
chore: update golangci-lint-action version to v6
- Update the version of the golangci-lint-action from v4 to v6 Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 8ff2ac8 commit b7c421c

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
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version-file: "go.mod"
2222
- name: Setup golangci-lint
23-
uses: golangci/golangci-lint-action@v4
23+
uses: golangci/golangci-lint-action@v6
2424
with:
2525
args: --verbose
2626
test:

0 commit comments

Comments
 (0)