Skip to content

Commit 0adf6e6

Browse files
Merge pull request #580 from opendatahub-io/dependabot/github_actions/golangci/golangci-lint-action-7
chore(gha): bump golangci/golangci-lint-action from 6 to 7
2 parents cb918cb + 40dff23 commit 0adf6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-quality.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434

3535
- name: golangci-lint
3636
if: "${{ !cancelled() }}"
37-
uses: golangci/golangci-lint-action@v6
37+
uses: golangci/golangci-lint-action@v7
3838
with:
3939
args: --timeout=5m
40-
version: v1.59.1
40+
version: v2.0.2
4141
only-new-issues: true
4242
working-directory: ${{ matrix.component }}
4343

0 commit comments

Comments
 (0)