Skip to content

Commit

Permalink
Remove caching action as this is integrated in setup-go
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <[email protected]>
  • Loading branch information
marcofranssen committed Sep 11, 2023
1 parent c9972a2 commit 430e7d0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ jobs:
go-version-file: go.mod
check-latest: true

- name: Cache Go modules
uses: actions/[email protected]
id: go-mod-cache
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Get dependencies
run: go mod download

Expand Down

0 comments on commit 430e7d0

Please sign in to comment.