Skip to content

Commit b6f48dc

Browse files
committed
Bump to rules_go 0.50.1, golang 1.23.2
Depends on the rules_proto 6.0.2 bump from bazel-contrib#1623. This is another measure to preemptively avoid a warning under Bzlmod that a dependency uses a newer version or rules_go.
1 parent babdf42 commit b6f48dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WORKSPACE

+4-4
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ format_repositories()
145145

146146
http_archive(
147147
name = "io_bazel_rules_go",
148-
sha256 = "6dc2da7ab4cf5d7bfc7c949776b1b7c733f05e56edc4bcd9022bb249d2e2a996",
148+
sha256 = "f4a9314518ca6acfa16cc4ab43b0b8ce1e4ea64b81c38d8a3772883f153346b8",
149149
urls = [
150-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.39.1/rules_go-v0.39.1.zip",
151-
"https://github.com/bazelbuild/rules_go/releases/download/v0.39.1/rules_go-v0.39.1.zip",
150+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.50.1/rules_go-v0.50.1.zip",
151+
"https://github.com/bazelbuild/rules_go/releases/download/v0.50.1/rules_go-v0.50.1.zip",
152152
],
153153
)
154154

@@ -160,7 +160,7 @@ load(
160160

161161
go_rules_dependencies()
162162

163-
go_register_toolchains(version = "1.19.5")
163+
go_register_toolchains(version = "1.23.2")
164164

165165
load("@rules_java//java:repositories.bzl", "remote_jdk8_repos")
166166

0 commit comments

Comments
 (0)