Skip to content

Commit 99b392b

Browse files
committed
Stop including deprecated properties in context by default
1 parent 38267f6 commit 99b392b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/private/context.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ default_go_config_info = GoConfigInfo(
457457
def go_context(
458458
ctx,
459459
attr = None,
460-
include_deprecated_properties = True,
460+
include_deprecated_properties = False,
461461
importpath = None,
462462
importmap = None,
463463
embed = None,

0 commit comments

Comments
 (0)