From 8bcc559342fd95a3070677088e00400e7da93e87 Mon Sep 17 00:00:00 2001 From: yashsingh74 Date: Mon, 4 May 2026 13:05:27 +0530 Subject: [PATCH] GO version Bump to 1.26.2 Signed-off-by: yashsingh74 --- .github/go-version | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/go-version b/.github/go-version index 24cffb85f..c7c3f3333 100644 --- a/.github/go-version +++ b/.github/go-version @@ -1 +1 @@ -1.26 +1.26.2 diff --git a/go.mod b/go.mod index 8133212be..8604af5b2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/containernetworking/plugins -go 1.25.0 +go 1.26.0 require ( github.com/Microsoft/hcsshim v0.14.0