From a372d4e84b62ee41341efbd5f322655ca7363c92 Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 23 Jan 2025 10:33:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20to=20Go=201.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index bf0e259..2dfba24 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/systemli/ticker -go 1.22 +go 1.23 -toolchain go1.22.2 +toolchain go1.23.4 require ( github.com/appleboy/gin-jwt/v2 v2.10.1