Skip to content

Commit 789ff3c

Browse files
committed
sync
1 parent 259858d commit 789ff3c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yml

-11
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ jobs:
3030

3131
- run: go mod download
3232

33-
- name: Cache GoReleaser build
34-
uses: actions/cache@v3
35-
with:
36-
path: |
37-
~/.cache/go-build
38-
dist/
39-
.goreleaser.cache
40-
key: ${{ runner.os }}-go-build-${{ hashFiles('**/*.go') }}-${{ hashFiles('go.sum') }}
41-
restore-keys: |
42-
${{ runner.os }}-go-build-
43-
4433
- uses: goreleaser/goreleaser-action@v6
4534
with:
4635
distribution: goreleaser

0 commit comments

Comments
 (0)