From df39c865c5d9e4dc1a07fd3582b0d5483ff5e1f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:45:38 +0000 Subject: [PATCH] Update dependency go to v1.23.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4d74f25..be91cfd 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/projectsyn/lieutenant-api go 1.22.0 -toolchain go1.22.3 +toolchain go1.23.0 require ( github.com/AlekSi/pointer v1.2.0