Skip to content

Commit

Permalink
chore(bazel): update Bazel Go deps (#1432)
Browse files Browse the repository at this point in the history
* chore(bazel): update Bazel Go deps

* bump WORKSPACE Go version to 1.19

---------

Co-authored-by: Noah Dietz <[email protected]>
  • Loading branch information
yoshi-code-bot and noahdietz authored Nov 28, 2023
1 parent 09d25c6 commit 2176f10
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 251 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ com_googleapis_gapic_generator_go_repositories()

load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_register_toolchains(version = "1.18.6")
go_register_toolchains(version = "1.19.13")

go_rules_dependencies()

Expand Down
Loading

0 comments on commit 2176f10

Please sign in to comment.