From 6cc3d7689ad78c667618b5ca9d089630864cd140 Mon Sep 17 00:00:00 2001 From: Peter Ebden Date: Tue, 17 Oct 2023 11:37:44 -0400 Subject: [PATCH] Don't use the bootstrap version of please_go (#2928) --- .plzconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.plzconfig b/.plzconfig index dd4693c979..1feec49d87 100644 --- a/.plzconfig +++ b/.plzconfig @@ -1,13 +1,12 @@ [parse] BlacklistDirs = tree ; The performance test repo preloadsubincludes = ///go//build_defs:go -preloadsubincludes = ///cc//build_defs:cc +preloadsubincludes = ///cc//build_defs:cc preloadsubincludes = ///python//build_defs:python preloadsubincludes = ///shell//build_defs:shell [Plugin "go"] Target = //plugins:go -pleasegotool = ///go//tools/please_go:bootstrap importpath = github.com/thought-machine/please gotool = //third_party/go:toolchain|go FeatureFlags = go_get