Skip to content

Commit 14d0d5d

Browse files
authored
Merge pull request #864 from google/dependabot/github_actions/golangci/golangci-lint-action-6
build(deps): bump golangci/golangci-lint-action from 5 to 6
2 parents bd912c6 + 10766e5 commit 14d0d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: golangci/golangci-lint-action@v5
22+
- uses: golangci/golangci-lint-action@v6
2323
with:
2424
# Required: the version of golangci-lint is required and must be
2525
# specified without patch version: we always use the latest patch

0 commit comments

Comments
 (0)