Skip to content

Commit

Permalink
chore: update action/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Apr 3, 2023
1 parent a3e7c76 commit af62700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
fetch-depth: 1
- name: Cache Go modules
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit af62700

Please sign in to comment.