Skip to content

Commit

Permalink
update io_bazel_rules_go to 0.35.0 (#144)
Browse files Browse the repository at this point in the history
* update @io_bazel_rules_go//go:def.bzl for bazelbuild/continuous-integration#1404

* update to 0.34.0

* update io_bazel_rules_go to 0.35.0

* dummy commit
  • Loading branch information
aranguyen authored Sep 14, 2022
1 parent 026f4e9 commit 0a8671f
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 @@ -13,10 +13,10 @@ http_archive(
# Required for the Buildtool repository.
http_archive(
name = "io_bazel_rules_go",
sha256 = "16e9fca53ed6bd4ff4ad76facc9b7b651a89db1689a2877d6fd7b82aa824e366",
sha256 = "099a9fb96a376ccbbb7d291ed4ecbdfd42f6bc822ab77ae6f1b5cb9e914e94fa",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.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",
],
)

Expand Down Expand Up @@ -67,11 +67,12 @@ sass_repositories()
# Required dependencies for docs generation
#############################################


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

go_rules_dependencies()

go_register_toolchains(version = "1.18.4")
go_register_toolchains(version = "1.19.1")

load("@io_bazel_skydoc//skylark:skylark.bzl", "skydoc_repositories")

Expand Down

0 comments on commit 0a8671f

Please sign in to comment.