From cdda57e3601d2ce94ebae101d0dfa4983479ee6d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 7 May 2026 21:56:04 +0000 Subject: [PATCH] Bump Go toolchain to 1.26.3 Agent-Logs-Url: https://github.com/cli/cli/sessions/74d21df5-9f54-4a76-97ee-7b2e2d7bd6be Co-authored-by: BagToad <47394200+BagToad@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 709894753..158b1fe2b 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cli/cli/v2 go 1.26.0 -toolchain go1.26.2 +toolchain go1.26.3 require ( charm.land/bubbles/v2 v2.1.0