Skip to content

Commit a5437b9

Browse files
Bump rules_go from 0.61.0 to 0.61.1
Bumps [rules_go](https://github.com/bazel-contrib/rules_go) from 0.61.0 to 0.61.1. - [Release notes](https://github.com/bazel-contrib/rules_go/releases) - [Commits](bazel-contrib/rules_go@v0.61.0...v0.61.1) --- updated-dependencies: - dependency-name: rules_go dependency-version: 0.61.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 263b53a commit a5437b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bazel_dep(name = "rules_pkg", version = "1.2.0")
1212

1313
bazel_dep(name = "protobuf", version = "34.0.bcr.1", dev_dependency = True)
1414
bazel_dep(name = "stardoc", version = "0.8.1", dev_dependency = True)
15-
bazel_dep(name = "rules_go", version = "0.61.0", dev_dependency = True)
15+
bazel_dep(name = "rules_go", version = "0.61.1", dev_dependency = True)
1616
bazel_dep(name = "gazelle", version = "0.51.1", dev_dependency = True)
1717
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.9.0", dev_dependency = True)
1818
bazel_dep(name = "buildifier_prebuilt", version = "8.5.1.2", dev_dependency = True)

0 commit comments

Comments
 (0)