Skip to content

Commit 71970c3

Browse files
committed
Bump rules-go to 0.41.0
This version contains the fix for using local sdk with go >= 1.21 bazel-contrib/rules_go#3600 Signed-off-by: Jonh Wendell <[email protected]>
1 parent aabd346 commit 71970c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bazel/repository_locations.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -957,8 +957,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
957957
project_name = "Go rules for Bazel",
958958
project_desc = "Bazel rules for the Go language",
959959
project_url = "https://github.com/bazelbuild/rules_go",
960-
version = "0.39.1",
961-
sha256 = "6dc2da7ab4cf5d7bfc7c949776b1b7c733f05e56edc4bcd9022bb249d2e2a996",
960+
version = "0.41.0",
961+
sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3",
962962
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v{version}/rules_go-v{version}.zip"],
963963
use_category = ["build", "api"],
964964
release_date = "2023-04-20",

0 commit comments

Comments
 (0)