Skip to content

Commit 57b56d1

Browse files
Merge pull request #638 from axone-protocol/dependabot/github_actions/golangci/golangci-lint-action-6
2 parents e642452 + 0084c85 commit 57b56d1

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
@@ -103,7 +103,7 @@ jobs:
103103
cache: false
104104

105105
- name: Lint go code (golangci-lint)
106-
uses: golangci/golangci-lint-action@v4
106+
uses: golangci/golangci-lint-action@v6
107107
if: steps.changed-go-files.outputs.any_changed == 'true'
108108
with:
109109
version: v1.56

0 commit comments

Comments
 (0)