Skip to content

Commit 2c7b992

Browse files
authored
Merge pull request containerd#10146 from containerd/dependabot/github_actions/golangci/golangci-lint-action-5
build(deps): bump golangci/golangci-lint-action from 4 to 5
2 parents 7feb1f3 + 6df759e commit 2c7b992

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@v4
34+
- uses: golangci/golangci-lint-action@v5
3535
with:
3636
version: v1.56.1
3737
skip-cache: true

0 commit comments

Comments
 (0)