chore: update Go version and toolchain in go.mod

Updates the Go version from 1.23.0 to 1.23.6 in go.mod to  
ensure compatibility with the latest features and fixes.  
Adjusts the toolchain version to reflect the updated Go  
installation, promoting stability and support for ongoing  
development.
This commit is contained in:
2025-02-06 18:02:52 +01:00
parent b5d8abe0fc
commit fd7562aa50
+1 -3
View File
@@ -1,8 +1,6 @@
module gitlab.com/unboundsoftware/cron-checker
go 1.23.0
toolchain go1.23.6
go 1.23.6
require (
github.com/alecthomas/kingpin/v2 v2.4.0