From d1303c93b0bffa01e7bbba44737b273fb0173f5a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 16 Feb 2025 16:32:34 +0000 Subject: [PATCH] chore(deps): update dependency oligot/go-mod-upgrade to v0.11.0 --- tools/go-mod-upgrade/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/go-mod-upgrade/manifest.yaml b/tools/go-mod-upgrade/manifest.yaml index 85b02e291d..7c230034de 100644 --- a/tools/go-mod-upgrade/manifest.yaml +++ b/tools/go-mod-upgrade/manifest.yaml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml name: go-mod-upgrade -version: "0.10.0" +version: "0.11.0" check: ${binary} --version | head -1 | cut -d' ' -f3 platforms: - linux/amd64