Skip to content

Commit 1435b05

Browse files
authored
Merge pull request containerd#9810 from containerd/dependabot/github_actions/golangci/golangci-lint-action-4
build(deps): bump golangci/golangci-lint-action from 3 to 4
2 parents 4f76ebc + a274439 commit 1435b05

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
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: ./.github/actions/install-go
31-
- uses: golangci/golangci-lint-action@v3
31+
- uses: golangci/golangci-lint-action@v4
3232
with:
3333
version: v1.55.2
3434
skip-cache: true

0 commit comments

Comments
 (0)