chore(deps): update dependency rules_go to v0.50.1 (#941)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-17 17:54:39 -07:00 committed by GitHub
parent ad48c0d855
commit 25437fd3e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ local_path_override(
)
bazel_dep(name = "bazel_skylib", version = "1.7.1", dev_dependency = True)
bazel_dep(name = "rules_go", version = "0.46.0", repo_name = "io_bazel_rules_go", dev_dependency = True)
bazel_dep(name = "rules_go", version = "0.50.1", repo_name = "io_bazel_rules_go", dev_dependency = True)