Skip to content

Commit

Permalink
Restrict to v1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Jul 24, 2024
1 parent 8a51c13 commit 229aed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 229aed4

Please sign in to comment.