Skip to content

Commit

Permalink
github: remove cache as set up go did it
Browse files Browse the repository at this point in the history
  • Loading branch information
criyle committed Feb 3, 2024
1 parent f716b7a commit 5059942
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ jobs:
go-version: '1.21'
- name: Get git tag ref
run: git fetch --prune --unshallow --tags
- name: Restore Cache
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Download dependencies
run: go mod download
- name: Generate version
Expand Down

0 comments on commit 5059942

Please sign in to comment.