From fc5530f53cb8e167c3c554e3bbc98e621b714075 Mon Sep 17 00:00:00 2001 From: Josh Humphries <2035234+jhump@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:55:33 -0500 Subject: [PATCH] go mod tidy; remove unnecessary toolchain directive Signed-off-by: Josh Humphries <2035234+jhump@users.noreply.github.com> --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 3a943a52..72335a9e 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,6 @@ module connectrpc.com/conformance -go 1.21 -toolchain go1.22.9 +go 1.22.7 require ( buf.build/go/protoyaml v0.2.0