Skip to content

Commit

Permalink
chore: Update go.yml to use v4
Browse files Browse the repository at this point in the history
  • Loading branch information
archaron authored Jun 9, 2024
1 parent ace94d7 commit cb83f37
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 @@ -55,7 +55,7 @@ jobs:
with: { fetch-depth: 0 }

- name: Cache go mod
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit cb83f37

Please sign in to comment.