Skip to content

Commit

Permalink
Merge pull request #1384 from dahu33/revert_io_bazel_rules_go
Browse files Browse the repository at this point in the history
Revert io_bazel_rules_go to v0.35.0
  • Loading branch information
loosebazooka authored Aug 24, 2023
2 parents 5cfe348 + a67ced1 commit 4d4fe63
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,21 @@ http_archive(
)

# rules_go setup
# NOTE: cannot upgrade past v0.35.0 until https://github.com/bazelbuild/rules_go/issues/3531 is resolved.
http_archive(
name = "io_bazel_rules_go",
sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3",
sha256 = "099a9fb96a376ccbbb7d291ed4ecbdfd42f6bc822ab77ae6f1b5cb9e914e94fa",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.35.0/rules_go-v0.35.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.35.0/rules_go-v0.35.0.zip",
],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.21.0")
go_register_toolchains(version = "1.19.1")

http_archive(
name = "bazel_gazelle",
Expand Down

0 comments on commit 4d4fe63

Please sign in to comment.