sync

Dax Raad created

Change summary

.github/workflows/build.yml | 11 -----------
1 file changed, 11 deletions(-)

Detailed changes

.github/workflows/build.yml 🔗

@@ -30,17 +30,6 @@ jobs:
 
       - run: go mod download
 
-      - name: Cache GoReleaser build
-        uses: actions/cache@v3
-        with:
-          path: |
-            ~/.cache/go-build
-            dist/
-            .goreleaser.cache
-          key: ${{ runner.os }}-go-build-${{ hashFiles('**/*.go') }}-${{ hashFiles('go.sum') }}
-          restore-keys: |
-            ${{ runner.os }}-go-build-
-
       - uses: goreleaser/goreleaser-action@v6
         with:
           distribution: goreleaser