From fdf7706567bfb436421e9e351b2ec29089116b52 Mon Sep 17 00:00:00 2001 From: "Siddhant N. Trivedi" <156179360+strivedi-px@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:32:19 +0530 Subject: [PATCH] chore: upgrade go to v1.21.11 to fix CVE-2024-24790 (#485) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 028c4692..bd145c0e 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/Azure/kubelogin // NOTE: kubelogin follows the same support policy as Go, which supports the last two major versions. -go 1.21.9 +go 1.21.11 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0