Skip to content

Commit

Permalink
chore: restore WORKSPACE file
Browse files Browse the repository at this point in the history
It was removed in #390 but that broke 'bazel configure'.
Also upgrade Aspect CLI to latest while I'm here, though it didn't fix anything
  • Loading branch information
alexeagle committed Jan 13, 2025
1 parent d1a2db7 commit 64e4562
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazeliskrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BAZELISK_BASE_URL=https://static.aspect.build/aspect
USE_BAZEL_VERSION=aspect/2024.42.3
USE_BAZEL_VERSION=aspect/2024.51.11

# Aspect CLI (aspect) is wrapper for Bazel, built on top of Bazelisk, that adds
# additional features and extensibility to the popular polyglot build system from Google.
Expand Down
3 changes: 3 additions & 0 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file should be removed once issues are fixed:
# https://github.com/bazel-contrib/bazel-gazelle/issues/2012
# https://github.com/bazelbuild/bazel-watcher/issues/646
2 changes: 1 addition & 1 deletion logger/backend/cmd/server/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ go_library(
visibility = ["//visibility:private"],
deps = [
"//logger/schema:logger_go_proto",
"@org_golang_google_grpc//:go_default_library",
# "@org_golang_google_grpc//:go_default_library",
"@org_golang_google_grpc//reflection:go_default_library",
"@org_golang_google_protobuf//encoding/protojson:go_default_library",
],
Expand Down

0 comments on commit 64e4562

Please sign in to comment.