Skip to content

Commit

Permalink
Merge pull request #443 from google/jaqx0r-patch-1
Browse files Browse the repository at this point in the history
Remove cache and deps steps from release.
  • Loading branch information
jaqx0r authored Jan 15, 2021
2 parents d579d50 + f2d5e21 commit fbaf2e0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.x'
- uses: actions/cache@v2
id: cache
with:
path: |
~/go/pkg/mod # Module download cache
~/.cache/go-build # Build cache (Linux)
~/Library/Caches/go-build # Build cache (Mac)
'%LocalAppData%\go-build' # Build cache (Windows)
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: install deps
if: steps.cache.output.cache-hit != 'true'
run: make --debug install_deps
- uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down

0 comments on commit fbaf2e0

Please sign in to comment.