From d752a696fd3c7a9cc282fe5006b0d0f791c344f3 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 6 Feb 2025 18:04:21 +0100 Subject: [PATCH] fix(deps): update Go version to 1.23.6 in go.mod Updates the Go version in the go.mod file from 1.23.0 to 1.23.6 to ensure compatibility with the latest features and optimizations. This change also aligns the Go toolchain version accordingly. --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a620bae..b0307b2 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module gitlab.com/unboundsoftware/gitlab-cleanup-handler -go 1.23.0 - -toolchain go1.23.6 +go 1.23.6 require ( github.com/alecthomas/kong v1.7.0 -- 2.52.0