Skip to content

Commit af72bb8

Browse files
committed
chore: Bump Golangci-lint action to fix lint issues
1 parent d7113e6 commit af72bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "::set-output name=golangCiLintVersion::${golangCiLintVersion}"
3030
3131
- name: golangci-lint
32-
uses: golangci/golangci-lint-action@v6.5.2
32+
uses: golangci/golangci-lint-action@v8
3333
with:
3434
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
3535
version: v${{ steps.golangci_lint_version.outputs.golangCiLintVersion }}

0 commit comments

Comments
 (0)