From ea73aa89998db11083375a8427868ad804ffc22e Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Mon, 23 Sep 2024 11:20:31 +0200 Subject: [PATCH] remove mod download Signed-off-by: Moritz Wiesinger --- .github/workflows/load-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/load-tests.yml b/.github/workflows/load-tests.yml index 6ececfe0..e8cf91d7 100644 --- a/.github/workflows/load-tests.yml +++ b/.github/workflows/load-tests.yml @@ -39,9 +39,6 @@ jobs: touch .tools/* make install-tools - - name: Install Dependencies - run: make gomoddownload - - name: Cache Go modules id: go-cache timeout-minutes: 5