From f2e81985bd6d74c5e22dcf000c7e9e184be05ffc Mon Sep 17 00:00:00 2001 From: manisbindra Date: Fri, 8 May 2026 11:08:08 +0530 Subject: [PATCH] ci: update Go to 1.26.3 to fix govulncheck failures Update Go toolchain from 1.26.2 to 1.26.3 to resolve known standard library vulnerabilities (GO-2026-4971, GO-2026-4918) that cause govulncheck to fail in CI. Fixes #268 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6e6b04f..f721fba 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Azure/mpf -go 1.26.2 +go 1.26.3 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.1