Merge pull request #260549 from marsam/bazel-watcher-go

bazel-watcher: unpin go
This commit is contained in:
Mario Rodas 2023-10-12 03:14:17 -05:00 committed by GitHub
commit 14fcd6dbe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18578,9 +18578,7 @@ with pkgs;
bazel-remote = callPackage ../development/tools/build-managers/bazel/bazel-remote { };
bazel-watcher = callPackage ../development/tools/bazel-watcher {
go = go_1_18;
};
bazel-watcher = callPackage ../development/tools/bazel-watcher { };
bazel-gazelle = callPackage ../development/tools/bazel-gazelle { };