Skip to content

Commit

Permalink
Bump rules-go to 0.41.0
Browse files Browse the repository at this point in the history
This version contains the fix for using local sdk with go >= 1.21

bazel-contrib/rules_go#3600

Signed-off-by: Jonh Wendell <jwendell@redhat.com>
  • Loading branch information
jwendell committed Jun 26, 2024
1 parent c6cd2f0 commit ff0b372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Go rules for Bazel",
project_desc = "Bazel rules for the Go language",
project_url = "https://github.com/bazelbuild/rules_go",
version = "0.39.1",
sha256 = "6dc2da7ab4cf5d7bfc7c949776b1b7c733f05e56edc4bcd9022bb249d2e2a996",
version = "0.41.0",
sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3",
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v{version}/rules_go-v{version}.zip"],
use_category = ["build", "api"],
release_date = "2023-04-20",
Expand Down

0 comments on commit ff0b372

Please sign in to comment.