Skip to content

Commit

Permalink
fixing cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Dec 17, 2024
1 parent 11a94c8 commit 1bd4baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 1bd4baa

Please sign in to comment.