ci: get golang version from go.mod file

This commit is contained in:
2026-07-08 06:49:34 +02:00
parent 12f26f1d8f
commit bdbf2aa88b
3 changed files with 4 additions and 4 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"
]
}