From 229aed436c99a1ac566da78d3aee61bddd59556b Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Wed, 24 Jul 2024 21:10:27 +0200 Subject: [PATCH] Restrict to v1.35.0 --- dist/index.js | 2 +- src/installer.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 222842d..1a7a92e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -45488,7 +45488,7 @@ var semver = __nccwpck_require__(1383); // requiredVersion is the minimum version of buf required. -const requiredVersion = ">=1.34.0"; +const requiredVersion = ">=1.35.0"; // installBuf installs the buf binary and returns the path to the binary. The // versionInput should be an explicit version of buf. async function installBuf(github, versionInput) { diff --git a/src/installer.ts b/src/installer.ts index 8779257..9a25803 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -20,7 +20,7 @@ import * as semver from "semver"; import { getEnv } from "./inputs"; // requiredVersion is the minimum version of buf required. -const requiredVersion = ">=1.34.0"; +const requiredVersion = ">=1.35.0"; // installBuf installs the buf binary and returns the path to the binary. The // versionInput should be an explicit version of buf.