aboutsummaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorEvgenii Kliuchnikov <eustas@google.com>2024-01-04 03:32:33 -0800
committerCopybara-Service <copybara-worker@google.com>2024-01-04 03:33:11 -0800
commit1045ab52dfd00290e8fbfbca61e9131186ba7b62 (patch)
tree575bc42f8e76ff5e330d073d2db9a1a80479a415 /go
parent082c9626a4717348b6d80cb1004ba9f29ebf2b3c (diff)
downloadbrotli-1045ab52dfd00290e8fbfbca61e9131186ba7b62.zip
brotli-1045ab52dfd00290e8fbfbca61e9131186ba7b62.tar.gz
brotli-1045ab52dfd00290e8fbfbca61e9131186ba7b62.tar.bz2
Fix/simplify/improve Bazel build
PiperOrigin-RevId: 595656443
Diffstat (limited to 'go')
-rw-r--r--go/WORKSPACE.bazel14
1 files changed, 7 insertions, 7 deletions
diff --git a/go/WORKSPACE.bazel b/go/WORKSPACE.bazel
index 570e250..a633dbb 100644
--- a/go/WORKSPACE.bazel
+++ b/go/WORKSPACE.bazel
@@ -9,10 +9,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_bazel_rules_go",
- sha256 = "2b1641428dff9018f9e85c0384f03ec6c10660d935b750e3fa1492a281a53b0f",
+ sha256 = "c8035e8ae248b56040a65ad3f0b7434712e2037e5dfdcebfe97576e620422709",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.29.0/rules_go-v0.29.0.zip",
- "https://github.com/bazelbuild/rules_go/releases/download/v0.29.0/rules_go-v0.29.0.zip",
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.0/rules_go-v0.44.0.zip",
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.44.0/rules_go-v0.44.0.zip",
],
)
@@ -20,14 +20,14 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()
-go_register_toolchains(version = "1.17.1")
+go_register_toolchains(version = "1.21.5")
http_archive(
name = "bazel_gazelle",
- sha256 = "de69a09dc70417580aabf20a28619bb3ef60d038470c7cf8442fafcf627c21cb",
+ sha256 = "b7387f72efb59f876e4daae42f1d3912d0d45563eac7cb23d1de0b094ab588cf",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.24.0/bazel-gazelle-v0.24.0.tar.gz",
- "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.24.0/bazel-gazelle-v0.24.0.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz",
+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz",
],
)