From 0d38c8d2053b277d493310b418af9ac6418b19ad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Jun 2022 03:56:35 +0000 Subject: [PATCH] chore(deps): update dependency io_bazel_rules_go to v0.33.0 --- internal_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal_deps.bzl b/internal_deps.bzl index a0db591d..a8f7889a 100644 --- a/internal_deps.bzl +++ b/internal_deps.bzl @@ -23,10 +23,10 @@ def rules_py_internal_deps(): http_archive( name = "io_bazel_rules_go", - sha256 = "2b1641428dff9018f9e85c0384f03ec6c10660d935b750e3fa1492a281a53b0f", + sha256 = "685052b498b6ddfe562ca7a97736741d87916fe536623afb7da2824c0211c369", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.29.0/rules_go-v0.29.0.zip", - "https://github.com/bazelbuild/rules_go/releases/download/v0.29.0/rules_go-v0.29.0.zip", + "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.33.0/rules_go-v0.33.0.zip", + "https://github.com/bazelbuild/rules_go/releases/download/v0.33.0/rules_go-v0.33.0.zip", ], )