summaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2019-05-17 07:56:23 -0700
committerShentubot <shentubot@google.com>2019-05-17 07:57:23 -0700
commit114bb3a2342174ce56def5b1f26b5b7e403d66fc (patch)
tree8c6cfd88542a77e3da5c5413a88816cf1d883bed /WORKSPACE
parentfc9f7e3590492e3236e886a533974a786be47124 (diff)
Bump rules_go to 0.18.5 and go tool chain to 1.12.5.
PiperOrigin-RevId: 248719758 Change-Id: I0a87d8befd56c5a791585818e9b84ac0c443b0df
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE7
1 files changed, 3 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index dc05b0f0a..5da06317f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,10 +3,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_bazel_rules_go",
- sha256 = "31f959ecf3687f6e0bb9d01e1e7a7153367ecd82816c9c0ae149cd0e5a92bf8c",
- url = "https://github.com/bazelbuild/rules_go/releases/download/0.18.2/rules_go-0.18.2.tar.gz",
+ sha256 = "a82a352bffae6bee4e95f68a8d80a70e87f42c4741e6a448bec11998fcc82329",
+ url = "https://github.com/bazelbuild/rules_go/releases/download/0.18.5/rules_go-0.18.5.tar.gz",
)
-
http_archive(
name = "bazel_gazelle",
sha256 = "3c681998538231a2d24d0c07ed5a7658cb72bfb5fd4bf9911157c0e9ac6a2687",
@@ -17,7 +16,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_to
go_rules_dependencies()
-go_register_toolchains(go_version = "1.12.2")
+go_register_toolchains(go_version = "1.12.5")
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")