Skip to content

Commit

Permalink
Upd cache v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Leo committed Nov 19, 2023
1 parent 553e55e commit 0bb3e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
**/go.mod
- name: Cache gotools
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-gotools
with:
path: ~/go/bin
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
**/go.mod
- name: Cache gotools
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-gotools
with:
path: ~/go/bin
Expand Down

0 comments on commit 0bb3e68

Please sign in to comment.