From d39ef4e747944f1207641f6fe892c844492eb03b Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Wed, 14 Aug 2024 15:45:55 +0200 Subject: [PATCH] tools: drop 'go mod vendor' from prepare-source.sh --- tools/prepare-source.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/prepare-source.sh b/tools/prepare-source.sh index 2fc1839767..3758f148d5 100755 --- a/tools/prepare-source.sh +++ b/tools/prepare-source.sh @@ -12,7 +12,6 @@ $GO_BINARY download # Ensure that go.mod and go.sum are up to date. $GO_BINARY mod tidy -$GO_BINARY mod vendor # Ensure the code is formatted correctly. $GO_BINARY fmt ./...