Skip to content

Commit

Permalink
chore: remove update-repos and clean up WORKSPACE (#335)
Browse files Browse the repository at this point in the history
- Remove `//:gazelle_update_repos` as it is not needed for Go when using
bzlmod.
- Remove `go_deps.bzl`. It is not used with bzlmod.
- Remove Starlark code from `WORKSPACE`.
- Add `WORKSPACE.bzlmod` to force strict mode.
- Disable Bazel lock files.
- Remove Bazel lock files.
  • Loading branch information
cgrindel committed Jul 27, 2023
1 parent 9bf7dee commit 4173dcc
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 12,406 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ module(

bazel_dep(
name = "rules_go",
version = "0.40.1",
version = "0.41.0",
repo_name = "io_bazel_rules_go",
)
bazel_dep(
name = "gazelle",
version = "0.31.1",
version = "0.32.0",
repo_name = "bazel_gazelle",
)
bazel_dep(name = "bazel_skylib", version = "1.4.2")
Expand Down
Loading

0 comments on commit 4173dcc

Please sign in to comment.