diff --git a/.bazelversion b/.bazelversion index 8a30e8f94a..ade65226e0 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -5.4.0 +5.4.1 diff --git a/WORKSPACE b/WORKSPACE index 5de5abbf62..4aaea26e79 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,19 +15,19 @@ http_archive( http_archive( name = "io_bazel_rules_go", - sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3", + sha256 = "91585017debb61982f7054c9688857a2ad1fd823fc3f9cb05048b0025c47d023", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip", - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip", + "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip", + "https://github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip", ], ) http_archive( name = "bazel_gazelle", - sha256 = "d3fa66a39028e97d76f9e2db8f1b0c11c099e8e01bf363a923074784e451f809", + sha256 = "b7387f72efb59f876e4daae42f1d3912d0d45563eac7cb23d1de0b094ab588cf", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.gz", - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.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", ], ) @@ -50,7 +50,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe go_rules_dependencies() -go_register_toolchains(version = "1.20.5") +go_register_toolchains(version = "1.20.12") load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps") diff --git a/images/bootstrap/Dockerfile b/images/bootstrap/Dockerfile index 7e36ad1f2b..5323921b50 100644 --- a/images/bootstrap/Dockerfile +++ b/images/bootstrap/Dockerfile @@ -109,7 +109,8 @@ RUN curl -Lo ./bazelisk https://github.com/bazelbuild/bazelisk/releases/downloa # and remove resulting cache directories to save a few hundred MB RUN USE_BAZEL_VERSION=4.1.0 bazel version && \ USE_BAZEL_VERSION=4.2.1 bazel version && \ - USE_BAZEL_VERSION=5.3.0 bazel version && \ + USE_BAZEL_VERSION=5.3.1 bazel version && \ + USE_BAZEL_VERSION=5.4.1 bazel version && \ rm -rf /root/.cache/bazel # create mixin directories