Skip to content

Commit

Permalink
Update to the latest rules_go release
Browse files Browse the repository at this point in the history
In theory, this should help support better cross compilation for things
like GoogleContainerTools#133.
  • Loading branch information
hwright committed Nov 14, 2017
1 parent 21a50eb commit e1138de
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ workspace(name = "distroless")
git_repository(
name = "io_bazel_rules_go",
remote = "https://github.com/bazelbuild/rules_go.git",
tag = "0.5.5",
tag = "0.7.0",
)

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

go_repositories()
go_rules_dependencies()

go_register_toolchains()

load(
"//package_manager:package_manager.bzl",
Expand Down

0 comments on commit e1138de

Please sign in to comment.