From 9d1ef658ad1f893de8355c29ccc59bbfed4a4ccf Mon Sep 17 00:00:00 2001 From: Joe Fitzgerald Date: Thu, 19 Dec 2024 12:15:46 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"don=E2=80=99t=20include=20toolchain?= =?UTF-8?q?=20directive,=20support=20go=201.22+=20until=201.24=20is=20rele?= =?UTF-8?q?ased"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 432aa38684cbd3389873af1708982cf9a6b27260. --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a7d5b6a..6561339 100644 --- a/go.mod +++ b/go.mod @@ -16,4 +16,6 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -go 1.22.0 +go 1.23 + +toolchain go1.23.1