Skip to content

Commit

Permalink
Set cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
ndombroski committed May 31, 2024
1 parent df649ef commit 2491078
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]
with:
go-version: ${{ matrix.go-version }}
cache: false
cache-dependency-path: go.sum

- name: Checkout current branch
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/[email protected]
with:
go-version: ${{ matrix.go-version }}
cache: false
cache-dependency-path: go.sum

- name: Build image
run : IMAGE=${{ env.IMAGE_NAME }} make build-image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/[email protected]
with:
go-version: ${{ matrix.go-version }}
cache: false
cache-dependency-path: go.sum

- name: Checkout current branch
uses: actions/[email protected]
Expand Down

0 comments on commit 2491078

Please sign in to comment.