Skip to content

Commit 281f89a

Browse files
committed
go.mod: go 1.19
Signed-off-by: Akihiro Suda <[email protected]>
1 parent d8b68e3 commit 281f89a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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/containerd
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1

integration/client/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/containerd/integration/client
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1

0 commit comments

Comments
 (0)