Skip to content

Commit ef1f2d8

Browse files
authored
Merge pull request #2053 from urfave/dependabot/github_actions/golangci/golangci-lint-action-6
Bump golangci/golangci-lint-action from 5 to 6
2 parents d8addd4 + c110687 commit ef1f2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
uses: actions/checkout@v4
6565

6666
- name: Run golangci-lint
67-
uses: golangci/golangci-lint-action@v5
67+
uses: golangci/golangci-lint-action@v6
6868
with:
6969
version: latest

0 commit comments

Comments
 (0)