ci: derive Go version from go.mod instead of 'stable' #397

Merged
argoyle merged 3 commits from fix/ci-go-version-from-gomod into main 2026-08-17 08:24:31 +00:00
Showing only changes of commit 989ecf4858 - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/cron-checker
go 1.26.0
toolchain go1.26.5
toolchain go1.26.6
require (
github.com/alecthomas/kingpin/v2 v2.4.0