Skip to content

Commit

Permalink
Lock bazel to a known good version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljs1990 committed Apr 5, 2020
1 parent aae5a1e commit ded875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_to

go_rules_dependencies()

go_register_toolchains()
go_register_toolchains(go_version = "1.14")

load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")

Expand Down

0 comments on commit ded875c

Please sign in to comment.