Skip to content

Commit

Permalink
Update Go to 1.20.7 (#3639)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Aug 2, 2023
1 parent ce32021 commit 10b7bb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use_repo(
go_sdk = use_extension("//go:extensions.bzl", "go_sdk")
go_sdk.download(
name = "go_default_sdk",
version = "1.20.5",
version = "1.20.7",
)
use_repo(go_sdk, "go_toolchains")

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Go toolchain and register it for use.
go_rules_dependencies()
go_register_toolchains(version = "1.20.5")
go_register_toolchains(version = "1.20.7")
You can use rules_go at ``master`` by using `git_repository`_ instead of
`http_archive`_ and pointing to a recent commit.
Expand Down Expand Up @@ -321,7 +321,7 @@ Add the ``bazel_gazelle`` repository and its dependencies to your
go_rules_dependencies()
go_register_toolchains(version = "1.20.5")
go_register_toolchains(version = "1.20.7")
gazelle_dependencies()
Expand Down Expand Up @@ -458,7 +458,7 @@ automatically from a go.mod or Gopkg.lock file.
# Declare indirect dependencies and register toolchains.
go_rules_dependencies()
go_register_toolchains(version = "1.20.5")
go_register_toolchains(version = "1.20.7")
gazelle_dependencies()
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe

go_rules_dependencies()

go_register_toolchains(version = "1.20.2")
go_register_toolchains(version = "1.20.7")

http_archive(
name = "com_google_protobuf",
Expand Down

0 comments on commit 10b7bb0

Please sign in to comment.