Skip to content

Commit

Permalink
Fix actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Mar 20, 2024
1 parent 85aaec5 commit be2ee65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22.1
check-latest: true
cache-dependency-path: |
src/go.sum
- name: Check out source code
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22.1
check-latest: true
cache-dependency-path: |
src/go.sum
- name: Check out source code
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22.1
check-latest: true
cache-dependency-path: |
src/go.sum
- name: Check out source code
uses: actions/checkout@v4
Expand Down

0 comments on commit be2ee65

Please sign in to comment.