Skip to content

Commit ff0d3b4

Browse files
authored
Merge pull request #231 from samuelkarp/update-project-checks
ci: update containerd/project-checks to 1.2.2
2 parents 4d33f02 + 121d2e4 commit ff0d3b4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
path: src/github.com/containerd/containerd.io
2020
fetch-depth: 25
2121

22-
- uses: containerd/project-checks@v1.1.0
22+
- uses: containerd/project-checks@v1.2.2
2323
with:
2424
working-directory: src/github.com/containerd/containerd.io

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/containerd/containerd.io
2+
3+
go 1.23.1

0 commit comments

Comments
 (0)