From 676234fe000c6ca39e5aa8ab54d48f62bdc627e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:15:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Update=20dependency=20go=20to=20?= =?UTF-8?q?v1.22.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9230829..ffe46f2 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/database64128/tfo-go/v2 go 1.21.8 -toolchain go1.22.3 +toolchain go1.22.4 require golang.org/x/sys v0.21.0