We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d579d50 + f2d5e21 commit fbaf2e0Copy full SHA for fbaf2e0
1 file changed
.github/workflows/release.yml
@@ -16,20 +16,6 @@ jobs:
16
- uses: actions/setup-go@v2
17
with:
18
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
33
- uses: goreleaser/goreleaser-action@v2
34
35
version: latest
0 commit comments