[go1.15] Update to go1.15rc2

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus
2020-08-09 02:36:39 -04:00
parent 6733a9c470
commit ffcef48b83
5 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ repo_infra_configure(
# TODO(go1.15): Uncomment once we've published a repo-infra release that supports go1.15
#go_version = "1.15.0",
# TODO(go1.15): Comment out once we've published a repo-infra release that supports go1.15
override_go_version = "1.15.0-rc.1",
override_go_version = "1.15.0-rc.2",
minimum_bazel_version = "2.2.0",
)