We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d33f02 + 121d2e4 commit ff0d3b4Copy full SHA for ff0d3b4
.github/workflows/ci.yml
@@ -19,6 +19,6 @@ jobs:
19
path: src/github.com/containerd/containerd.io
20
fetch-depth: 25
21
22
- - uses: containerd/project-checks@v1.1.0
+ - uses: containerd/project-checks@v1.2.2
23
with:
24
working-directory: src/github.com/containerd/containerd.io
go.mod
@@ -0,0 +1,3 @@
1
+module github.com/containerd/containerd.io
2
+
3
+go 1.23.1
0 commit comments