Skip to content

Commit c518783

Browse files
authored
Merge pull request containerd#10223 from containerd/dependabot/github_actions/golangci/golangci-lint-action-6
build(deps): bump golangci/golangci-lint-action from 5 to 6
2 parents bef778a + 8b2a69c commit c518783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333
- uses: ./.github/actions/install-go
34-
- uses: golangci/golangci-lint-action@v5
34+
- uses: golangci/golangci-lint-action@v6
3535
with:
3636
version: v1.58.0
3737
skip-cache: true

0 commit comments

Comments
 (0)