fix(ci): align go directive to estate 1.26.1 so setup-go uses host Go
CI / Lint / Test / Vet (push) Failing after 12s
CI / Build & Import (push) Has been skipped
CI / Mirror to GitHub (push) Has been skipped

CI check failed because go.mod declared 'go 1.25.0' — the only repo not on the
host's 1.26.x line. actions/setup-go then tried to download 1.25.0 on the
self-hosted runner (fails), while cobalt (1.26.1) and template-go-agent (1.26)
serve from the host/cache. Deps need >=1.25, so 1.26.1 satisfies them and
matches the estate.
This commit is contained in:
2026-06-03 07:58:57 +02:00
parent 7ee0684b81
commit 551c0b1457
+1 -1
View File
@@ -1,6 +1,6 @@
module gitea.d-ma.be/mathias/tapir module gitea.d-ma.be/mathias/tapir
go 1.25.0 go 1.26.1
require ( require (
github.com/a-h/templ v0.3.1020 github.com/a-h/templ v0.3.1020