aboutsummaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2021-03-24 15:05:23 +0100
committerGitHub <noreply@github.com>2021-03-24 15:05:23 +0100
commit2f9277ff2f2d0b4113b1ffd9753cc0f6973d354a (patch)
tree916f8d8d9eb91ac76cb2e96b69e93daa49bf259c /go
parent63be8a99401992075c23e99f7c84de1c653e39e2 (diff)
downloadbrotli-2f9277ff2f2d0b4113b1ffd9753cc0f6973d354a.zip
brotli-2f9277ff2f2d0b4113b1ffd9753cc0f6973d354a.tar.gz
brotli-2f9277ff2f2d0b4113b1ffd9753cc0f6973d354a.tar.bz2
Update bazel WORKSPACE files (#896)
* Update bazel WORKSPACE files * Use fresh OSX image * Cache homebrew dirs for faster startup
Diffstat (limited to 'go')
-rw-r--r--go/WORKSPACE12
1 files changed, 7 insertions, 5 deletions
diff --git a/go/WORKSPACE b/go/WORKSPACE
index e965269..8fb62e5 100644
--- a/go/WORKSPACE
+++ b/go/WORKSPACE
@@ -9,13 +9,15 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_bazel_rules_go",
+ sha256 = "69de5c704a05ff37862f7e0f5534d4f479418afc21806c887db544a316f3cb6b",
urls = [
- "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz",
- "https://github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.27.0/rules_go-v0.27.0.tar.gz",
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.27.0/rules_go-v0.27.0.tar.gz",
],
- sha256 = "9fb16af4d4836c8222142e54c9efa0bb5fc562ffc893ce2abeac3e25daead144",
)
-load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
+load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
+
go_rules_dependencies()
-go_register_toolchains()
+
+go_register_toolchains(version = "1.16") \ No newline at end of file