From 4a4a21cb13f57ad34a1ce03155cde2403731f5af Mon Sep 17 00:00:00 2001 From: Rishikesh Nair Date: Sat, 3 Aug 2024 20:09:19 +0530 Subject: [PATCH] Remove go module caching Don't need it right now --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 149b7d2..c126715 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,16 +38,6 @@ jobs: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin - - name: Cache Go modules - uses: actions/cache@v3 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: