Skip to content

Commit

Permalink
Upgrade to v27.4 (#248)
Browse files Browse the repository at this point in the history
This upgrades the conformance tests to use v27.4 of the protocolbuffers
library.
  • Loading branch information
smaye81 authored Aug 28, 2024
1 parent 59ddb6a commit e6c1747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-conformance-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { writeFileSync, mkdirSync } from "node:fs";
import { unzipSync } from "fflate";

// Version of the conformance test runner / upstream google-protobuf release
const version = "27.3";
const version = "27.4";
const protoDirectory = new URL("../proto", import.meta.url).pathname;
const runnerDirectory = new URL("../node_modules/.bin", import.meta.url)
.pathname;
Expand Down

0 comments on commit e6c1747

Please sign in to comment.