aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@meumertzhe.im>2023-05-19 17:54:48 +0200
committerGitHub <noreply@github.com>2023-05-19 15:54:48 +0000
commit8c30dd4b43d3c4980e11ed7cb182beeb1be9ea76 (patch)
tree793e4ae1956d99dac028c92fe7973fcef420c31d /WORKSPACE
parent3def2c084017cec66168321761e1af6e1d488016 (diff)
downloadbazelbuild-rules_go-8c30dd4b43d3c4980e11ed7cb182beeb1be9ea76.tar.gz
Fix tests with `--incompatible_disable_starlark_host_transitions` (#3560)
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE10
1 files changed, 5 insertions, 5 deletions
diff --git a/WORKSPACE b/WORKSPACE
index cc78d5c2..3e894e07 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -9,12 +9,12 @@ go_register_toolchains(version = "1.20.2")
http_archive(
name = "com_google_protobuf",
- sha256 = "bc3dbf1f09dba1b2eb3f2f70352ee97b9049066c9040ce0c9b67fb3294e91e4b",
- strip_prefix = "protobuf-3.15.5",
- # latest, as of 2021-03-08
+ sha256 = "75be42bd736f4df6d702a0e4e4d30de9ee40eac024c4b845d17ae4cc831fe4ae",
+ strip_prefix = "protobuf-21.7",
+ # latest available in BCR, as of 2022-09-30
urls = [
- "https://github.com/protocolbuffers/protobuf/archive/v3.15.5.tar.gz",
- "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.15.5.tar.gz",
+ "https://github.com/protocolbuffers/protobuf/archive/v21.7.tar.gz",
+ "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v21.7.tar.gz",
],
)