Skip to content

Commit b05c75e

Browse files
committed
*/go.mod: use go1.22.0
Noticed that 985b021 caused buildkit to have to update its go.mod to go1.22.7, and we're trying to keep it stable at 1.22.0 as minimum. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8c9ecb7 commit b05c75e

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)