From ec069a67eff956e2379732aabdecf4b7eb294182 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:57:33 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e1b5e28..5d52359 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/tmeckel/azdo-cli go 1.24.0 -toolchain go1.24.8 +toolchain go1.26.3 require ( github.com/AlecAivazis/survey/v2 v2.3.7