From 71404e7a6f5727c8d3e26b95f065785c49726db7 Mon Sep 17 00:00:00 2001 From: Matthew Hughes <34972397+matthewhughes934@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:58:19 +0100 Subject: [PATCH] Fix `go` directive in `go.mod` (#8956) --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index e779ae75f..1f76ac7e2 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/cli/cli/v2 go 1.22 +toolchain go1.22.2 + require ( github.com/AlecAivazis/survey/v2 v2.3.7 github.com/MakeNowJust/heredoc v1.0.0