Run go mod tidy to keep a clean go.sum

This commit is contained in:
nemunaire 2025-04-23 10:17:51 +02:00
parent 27263aef0b
commit 72d7dd4db9

View file

@ -19,5 +19,8 @@
"automerge": true, "automerge": true,
"automergeType": "branch" "automergeType": "branch"
} }
],
"postUpdateOptions": [
"gomodTidy"
] ]
} }