Skip to content

Commit fbaf2e0

Browse files
authored
Merge pull request #443 from google/jaqx0r-patch-1
Remove cache and deps steps from release.
2 parents d579d50 + f2d5e21 commit fbaf2e0

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@ jobs:
1616
- uses: actions/setup-go@v2
1717
with:
1818
go-version: '^1.x'
19-
- uses: actions/cache@v2
20-
id: cache
21-
with:
22-
path: |
23-
~/go/pkg/mod # Module download cache
24-
~/.cache/go-build # Build cache (Linux)
25-
~/Library/Caches/go-build # Build cache (Mac)
26-
'%LocalAppData%\go-build' # Build cache (Windows)
27-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
28-
restore-keys: |
29-
${{ runner.os }}-go-
30-
- name: install deps
31-
if: steps.cache.output.cache-hit != 'true'
32-
run: make --debug install_deps
3319
- uses: goreleaser/goreleaser-action@v2
3420
with:
3521
version: latest

0 commit comments

Comments
 (0)