Skip to content

Commit 8c56e02

Browse files
authored
Merge pull request #1204 from cloudevents/dependabot/github_actions/golangci/golangci-lint-action-9.0.0
chore(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0
2 parents 3caa76e + 9b30602 commit 8c56e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Go Lint on ./v2
3535
if: steps.golangci_configuration.outputs.files_exists == 'true'
36-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
36+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
3737
with:
3838
version: v2.1.6
3939
working-directory: v2

0 commit comments

Comments
 (0)