From bba3cb41d5a857f48a4361d2fe9f26ff6b27421c Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Fri, 10 Nov 2023 12:43:40 +0530 Subject: [PATCH] fix ci Signed-off-by: Shubham Gupta --- .github/workflows/operator-ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/operator-ci.yaml b/.github/workflows/operator-ci.yaml index b3762373f..b784e93c5 100644 --- a/.github/workflows/operator-ci.yaml +++ b/.github/workflows/operator-ci.yaml @@ -73,9 +73,9 @@ jobs: with: go-version: ${{ env.GOLANG_VERSION }} - # Add a step to clean up the Go module cache - - name: Clean up Go module cache - run: go clean -modcache + # Populate the Go module cache by downloading dependencies + - name: Download Go modules + run: go mod download # Add a step to check the available disk space - name: Check disk space