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

This commit is contained in:
2026-07-24 20:28:08 +02:00
parent 716d83c9f5
commit 0071bd0227
+2 -1
View File
@@ -4,7 +4,8 @@
"packageRules": [
{
"matchManagers": ["gomod"],
"addLabels": ["deps", "go"]
"addLabels": ["deps", "go"],
"postUpgradeOptions": ["goModTidy"]
},
{
"matchPackageNames": ["golang", "gomod", "go"],