Dax Raad 10 månader sedan
förälder
incheckning
789ff3c59b
1 ändrade filer med 0 tillägg och 11 borttagningar
  1. 0 11
      .github/workflows/build.yml

+ 0 - 11
.github/workflows/build.yml

@@ -30,17 +30,6 @@ jobs:
 
 
       - run: go mod download
       - 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
       - uses: goreleaser/goreleaser-action@v6
         with:
         with:
           distribution: goreleaser
           distribution: goreleaser