Skip to content

Commit

Permalink
chore(deps): update dependency rules_go to v0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and vorburger committed Jul 1, 2023
1 parent 0de510c commit bc6783d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ maven.install(
use_repo(maven, "maven", "unpinned_maven")

# https://github.com/bazelbuild/rules_go/blob/master/docs/go/core/bzlmod.md
bazel_dep(name = "rules_go", version = "0.40.0", repo_name = "io_bazel_rules_go")
bazel_dep(name = "rules_go", version = "0.40.1", repo_name = "io_bazel_rules_go")
bazel_dep(name = "gazelle", version = "0.31.1", repo_name = "bazel_gazelle")

go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
Expand Down

0 comments on commit bc6783d

Please sign in to comment.