From 2a364f8c7842149da54bc913a7fcfa4e9589c5ab Mon Sep 17 00:00:00 2001 From: civisrom <167646351+civisrom@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:38:00 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 962f424b..04e1e0cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,9 +22,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - - name: Clean Go module cache - run: go clean -modcache - name: Setup Go uses: actions/setup-go@v5