From 5942b62c633d8e76b8f9ae790aebad600d620622 Mon Sep 17 00:00:00 2001 From: Peter Ebden Date: Tue, 17 Oct 2023 18:02:24 +0400 Subject: [PATCH] Don't use the bootstrap version of please_go --- .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