Skip to content

Commit 87a23bf

Browse files
Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 in the github-actions group (#383)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Collom <david.collom@jetstack.io>
1 parent 07baf17 commit 87a23bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
go-version-file: go.mod
2727

2828
- name: Run golangci-lint
29-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
29+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
3030
with:
31-
version: v2.0.2
31+
version: v2.1.0
3232
args: --timeout 10m --verbose --issues-exit-code=0
3333
only-new-issues: true
3434

0 commit comments

Comments
 (0)