feat(golang): run goModTidy
CI / Test (docker-compose.json) (push) Successful in 2s
CI / Test (common.json) (push) Successful in 2s
CI / Test (action.json) (push) Successful in 8s
CI / Test (golang.json) (push) Successful in 2s
CI / Test (helm.json) (push) Successful in 2s
CI / Format (push) Successful in 3s
CI / Test (bun-npm.json) (push) Successful in 19s
CI / Test (k8s.json) (push) Successful in 8s

This commit is contained in:
2026-07-24 20:28:08 +02:00
committed by t.behrendt
parent 6b4a65fb33
commit 66d283978b
+2 -1
View File
@@ -4,7 +4,8 @@
"packageRules": [ "packageRules": [
{ {
"matchManagers": ["gomod"], "matchManagers": ["gomod"],
"addLabels": ["deps", "go"] "addLabels": ["deps", "go"],
"postUpgradeOptions": ["goModTidy"]
}, },
{ {
"matchPackageNames": ["golang", "gomod", "go"], "matchPackageNames": ["golang", "gomod", "go"],