Skip to content

Commit 1385c81

Browse files
committed
build: bump minimum Go version to 1.26.6
Containerd main now requires go 1.26.6 which breaks CI when the installed Go toolchain (read from cri-tools go.mod) is older. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent a12a5d1 commit 1385c81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/cri-tools
22

3-
go 1.26.4
3+
go 1.26.6
44

55
require (
66
github.com/containerd/nri v0.12.1

0 commit comments

Comments
 (0)