Skip to content

Commit

Permalink
chore(deps): update dependency rules_go to v0.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot authored and Zemnmez committed Sep 29, 2024
1 parent d2101ea commit 3fb2167
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/testing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sh_test(
name = "test_tools_run",
srcs = ["test_tools_run.sh"],
data = [
"//:go.mod",
"//sh/bin:dlv",
"//sh/bin:go",
"//sh/bin:goimports",
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ use_repo(rules_ts_ext, "npm_typescript")

bazel_dep(name = "aspect_rules_lint", version = "0.21.0")
bazel_dep(name = "bazel_features", version = "1.17.0")
bazel_dep(name = "rules_go", version = "0.48.1", repo_name = "io_bazel_rules_go")
bazel_dep(name = "rules_go", version = "0.50.1", repo_name = "io_bazel_rules_go")
bazel_dep(name = "gazelle", version = "0.38.0", repo_name = "bazel_gazelle")

go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fb2167

Please sign in to comment.