From 45c75a2354d1e2c01b6a2c6339760bfd2e70f4fd Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Wed, 12 Jun 2024 14:36:11 -0500 Subject: [PATCH] =?UTF-8?q?Update=20go=20directive=20in=20go.mod=20to=20ma?= =?UTF-8?q?ke=20linter=20=C3=83happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fe1cb1ee..49fba6d8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/linkerd/linkerd2-proxy-init -go 1.22 +go 1.22.0 + toolchain go1.22.3 require (