We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebf076 commit 5e8094aCopy full SHA for 5e8094a
build/run_in_workspace_with_goroot.bzl
@@ -51,18 +51,15 @@ _workspace_binary_script = rule(
51
attrs = {
52
"cmd": attr.label(
53
mandatory = True,
54
- allow_files = True,
55
- single_file = True,
+ allow_single_file = True,
56
),
57
"root_file": attr.label(
58
59
60
61
62
"go_bin": attr.label(
63
64
65
66
67
},
68
executable = True,
0 commit comments