Skip to content

Commit 30db864

Browse files
authored
Merge pull request containerd#3493 from containerd/dependabot/github_actions/golangci/golangci-lint-action-6.1.1
build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
2 parents ccde5bd + e6c47ef commit 30db864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
check-latest: true
3333
cache: true
3434
- name: golangci-lint
35-
uses: golangci/[email protected].0
35+
uses: golangci/[email protected].1
3636
with:
3737
args: --verbose
3838

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
check-latest: true
2727
cache: true
2828
- name: golangci-lint
29-
uses: golangci/[email protected].0
29+
uses: golangci/[email protected].1
3030
with:
3131
version: v1.60.1
3232
args: --verbose

0 commit comments

Comments
 (0)