From c0375fb7d65c8475072b5f298b35d356e1e435a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 09:13:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Update=20dependency=20go=20to=20?= =?UTF-8?q?v1.22.2?= 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 0e616be..0658f98 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.1 +toolchain go1.22.2 require golang.org/x/sys v0.19.0