ci: remove redundant go dep

This commit is contained in:
eric
2026-03-15 12:45:59 +01:00
parent 4f9dff66c1
commit 143db9c20e
7 changed files with 100 additions and 82 deletions

View File

@@ -8,7 +8,7 @@ script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
source "${script_dir}/../nested_bazel_test.sh"
setup_nested_bazel_cmd
rules_bun_root="$(cd "${script_dir}/../.." && pwd -P)"
rules_bun_root="$(find_nested_bazel_workspace_root "${BASH_SOURCE[0]}")"
workdir="$(mktemp -d)"
cleanup() {