ci: get golang version from modfile (#31)

Reviewed-on: #31
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #31.
This commit is contained in:
2026-07-08 06:50:36 +02:00
committed by t.behrendt
parent 12f26f1d8f
commit 8b3a32af11
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:action"
"local>t.behrendt/renovate-configs:action",
"local>t.behrendt/renovate-configs:golang"
]
}