From 7a516e4383d1fcfe2da0e586c21c19227bbf4dcb Mon Sep 17 00:00:00 2001 From: "bb-17[bot]" <184449353+bb-17[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:06:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20go=20to=201.23.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/template-cleanup/go.mod | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/template-cleanup/go.mod b/.github/template-cleanup/go.mod index 1009fd6..40109fc 100644 --- a/.github/template-cleanup/go.mod +++ b/.github/template-cleanup/go.mod @@ -1,5 +1,5 @@ module github.com/%USER%/%NAME% -go 1.23.5 +go 1.23.6 require github.com/chrede88/L1nkr v1.9.2 // indirect diff --git a/go.mod b/go.mod index 3efcc73..5d75d5f 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/chrede88/L1nkrTemplate -go 1.23.5 +go 1.23.6 require github.com/chrede88/L1nkr v1.9.2 // indirect