Skip to content

Commit 11f6fe2

Browse files
committed
go.mod: set minimum Go version to 1.23
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7341e84 commit 11f6fe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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/nerdctl/v2
22

3-
go 1.22.7
3+
go 1.23
44

55
require (
66
github.com/Masterminds/semver/v3 v3.3.1

pkg/testutil/test/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/nerdctl/v2/pkg/testutil/test
22

3-
go 1.22.7
3+
go 1.23
44

55
require (
66
golang.org/x/sync v0.11.0

0 commit comments

Comments
 (0)