Skip to content

Commit c309def

Browse files
authored
Merge pull request #1942 from thaJeztah/gomod_zero
*/go.mod: use go1.22.0
2 parents 8c9ecb7 + b05c75e commit c309def

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/stargz-snapshotter/cmd
22

3-
go 1.22.7
3+
go 1.22.0
44

55
require (
66
github.com/containerd/containerd/api v1.8.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/stargz-snapshotter
22

3-
go 1.22.7
3+
go 1.22.0
44

55
require (
66
github.com/containerd/console v1.0.4

ipfs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/stargz-snapshotter/ipfs
22

3-
go 1.22.7
3+
go 1.22.0
44

55
require (
66
github.com/containerd/containerd/v2 v2.0.2

0 commit comments

Comments
 (0)