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.
This commit is contained in:
2025-02-06 18:04:21 +01:00
parent 48d7b3abcf
commit d752a696fd
+1 -3
View File
@@ -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