From 4e8a2f75f50cf23d667a834d3bae5b2051585256 Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Thu, 29 Feb 2024 18:11:37 +0000 Subject: [PATCH] Go mod can't be specified Forwarded: no Last-Update: 2023-07-02 Just delete those from Go invocation. Gbp-Pq: Name go_no_mod.patch --- lib/go/test/fuzz/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/go/test/fuzz/Makefile.am b/lib/go/test/fuzz/Makefile.am index 56f138a..89c299d 100644 --- a/lib/go/test/fuzz/Makefile.am +++ b/lib/go/test/fuzz/Makefile.am @@ -19,8 +19,8 @@ gopathfuzz: $(THRIFT) fuzz.go $(THRIFT) -r --gen go:thrift_import=github.com/apache/thrift/lib/go/thrift$(COMPILER_EXTRAFLAG) ../../../../tutorial/tutorial.thrift - cd gen-go/shared && go mod init shared - cd gen-go/tutorial && go mod init tutorial +# cd gen-go/shared && go mod init shared +# cd gen-go/tutorial && go mod init tutorial touch gopathfuzz check: gopathfuzz -- 2.30.2