run go mod tidy after renovate update (#729)

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
饺子w (Yumechi) 2024-11-08 09:31:35 -06:00 committed by GitHub
parent a894427947
commit bb2403989e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -44,5 +44,8 @@
"groupName": "Bump Go dependencies", "groupName": "Bump Go dependencies",
"groupSlug": "bump-dependencies-go" "groupSlug": "bump-dependencies-go"
} }
],
"postUpdateOptions": [
"gomodTidy"
] ]
} }