Skip to content

Commit

Permalink
WIP: check fix for bazelbuild/bazel#14626
Browse files Browse the repository at this point in the history
  • Loading branch information
phst committed Apr 14, 2022
1 parent a3e75b4 commit 082b4e1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,22 @@ bazel_skylib_workspace()

http_archive(
name = "io_bazel_rules_go",
sha256 = "f2dcd210c7095febe54b804bb1cd3a58fe8435a909db2ec04e31542631cf715c",
sha256 = "f880915c445517031199bcc43ee70e8fd17ab1f818f9aed3c526aeb13bee0cec",
strip_prefix = "rules_go-9fc6d454d7b1e38deb199e0bdc13f424f994f83b/",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.31.0/rules_go-v0.31.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.31.0/rules_go-v0.31.0.zip",
"https://github.com/fmeum/rules_go/archive/9fc6d454d7b1e38deb199e0bdc13f424f994f83b.zip", # 2022-04-08
],
)

# http_archive(
# name = "io_bazel_rules_go",
# sha256 = "f2dcd210c7095febe54b804bb1cd3a58fe8435a909db2ec04e31542631cf715c",
# urls = [
# "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.31.0/rules_go-v0.31.0.zip",
# "https://github.com/bazelbuild/rules_go/releases/download/v0.31.0/rules_go-v0.31.0.zip",
# ],
# )

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

go_rules_dependencies()
Expand Down

0 comments on commit 082b4e1

Please sign in to comment.