Skip to content

Commit

Permalink
bump io_bazel_rules_go and bazel_gazelle versions to latest
Browse files Browse the repository at this point in the history
fix a toolchain error when attempting to run bazel test //...

Change-Id: I940ff8d05c150a80acb4db12921674a5c8e195f8
  • Loading branch information
jeyoungk committed Mar 6, 2023
1 parent cea9ce5 commit 0ec93f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ def copybara_repositories():
maybe(
http_archive,
name = "io_bazel_rules_go",
sha256 = "b27e55d2dcc9e6020e17614ae6e0374818a3e3ce6f2024036e688ada24110444",
sha256 = "dd926a88a564a9246713a9c00b35315f54cbd46b31a26d5d8fb264c07045f05d",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.21.0/rules_go-v0.21.0.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/v0.21.0/rules_go-v0.21.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.38.1/rules_go-v0.38.1.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.38.1/rules_go-v0.38.1.zip",
],
)

Expand Down Expand Up @@ -164,10 +164,10 @@ def copybara_repositories():
maybe(
http_archive,
name = "bazel_gazelle",
sha256 = "86c6d481b3f7aedc1d60c1c211c6f76da282ae197c3b3160f54bd3a8f847896f",
sha256 = "ecba0f04f96b4960a5b250c8e8eeec42281035970aa8852dda73098274d14a1d",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.19.1/bazel-gazelle-v0.19.1.tar.gz",
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.19.1/bazel-gazelle-v0.19.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.29.0/bazel-gazelle-v0.29.0.tar.gz",
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.29.0/bazel-gazelle-v0.29.0.tar.gz",
],
)

Expand Down
2 changes: 1 addition & 1 deletion repositories.go.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
def copybara_go_repositories():
go_rules_dependencies()

go_register_toolchains()
go_register_toolchains(version = "1.19.5")

gazelle_dependencies()

Expand Down

0 comments on commit 0ec93f9

Please sign in to comment.