aboutsummaryrefslogtreecommitdiff
path: root/internal_deps.bzl
diff options
context:
space:
mode:
authorThulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>2022-04-08 16:43:30 -0700
committerGitHub <noreply@github.com>2022-04-08 16:43:30 -0700
commit888fa20176cdcaebb33f968dc7a8112fb678731d (patch)
tree29aa3ff565498375ad33e2cb6b5998c2476bcc10 /internal_deps.bzl
parentae9f24ff7cd208af1b895c7509762caaf3b651e0 (diff)
downloadbazelbuild-rules_python-888fa20176cdcaebb33f968dc7a8112fb678731d.tar.gz
bump: go from 1.17 to 1.18 (#686)
Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
Diffstat (limited to 'internal_deps.bzl')
-rw-r--r--internal_deps.bzl6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal_deps.bzl b/internal_deps.bzl
index a44e0de..7d6e332 100644
--- a/internal_deps.bzl
+++ b/internal_deps.bzl
@@ -37,10 +37,10 @@ def rules_python_internal_deps():
maybe(
http_archive,
name = "io_bazel_rules_go",
- sha256 = "69de5c704a05ff37862f7e0f5534d4f479418afc21806c887db544a316f3cb6b",
+ sha256 = "f2dcd210c7095febe54b804bb1cd3a58fe8435a909db2ec04e31542631cf715c",
urls = [
- "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",
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.31.0/rules_go-v0.31.0.zip",
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.31.0/rules_go-v0.31.0.zip",
],
)