Skip to content

Commit

Permalink
Update to Protobuf v28.2 (#257)
Browse files Browse the repository at this point in the history
This updates the conformance tests to the latest Protobuf v28.2.
  • Loading branch information
smaye81 committed Sep 26, 2024
1 parent 3eefafe commit 29ded35
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 = "28.0";
const version = "28.2";
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 29ded35

Please sign in to comment.