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