From 05694ec602d89c4041d55ef53bd16ef0215e6c7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:28:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependency=20go=20to=20?= =?UTF-8?q?v1.22.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/go.mod | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 358a851..a6a7a4a 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -1,6 +1,6 @@ module exampleSite -go 1.22.0 +go 1.22.1 require github.com/chrede88/L1nkr v1.8.5 // indirect diff --git a/go.mod b/go.mod index 41f7501..05c0e16 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/chrede88/L1nkr -go 1.22.0 +go 1.22.1