Skip to content

Commit

Permalink
chore(deps): update dependency io_bazel_rules_go to v0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 22, 2024
1 parent 74da928 commit 1f7fb0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ protobuf_deps()
http_archive(
name = "io_bazel_rules_go",
urls = [
"https://github.com/bazelbuild/rules_go/archive/v0.34.0.zip",
"https://github.com/bazelbuild/rules_go/archive/v0.48.0.zip",
],
strip_prefix = "rules_go-0.34.0",
sha256 = "9c44b54c51ca9aafb73e9dd9e71514cde7679b6cd165bf33abde847504a778ba",
strip_prefix = "rules_go-0.48.0",
sha256 = "910f69541303c90e113f9aede3e5d6fb3e9a43a0f5c010dea2b15690dda98358",
)

load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
Expand Down

0 comments on commit 1f7fb0f

Please sign in to comment.