Skip to content

Commit 6861b80

Browse files
committed
cicd: remove second go-caching action
Signed-off-by: Hank Donnay <[email protected]>
1 parent c42bee6 commit 6861b80

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ jobs:
5151
with:
5252
go-version-file: go.mod
5353
check-latest: true
54-
- uses: ./.github/actions/go-cache
55-
with:
56-
go: ${{ steps.setup.setup-go.go_version }}
54+
- name: Warm cache
55+
if: steps.setup-go.outputs.cache-hit != 'true'
56+
run: |
57+
# go mod download
58+
find . -name go.mod -type f -execdir go mod download \;
5759
- id: mod
5860
run: ./.github/script/nightly-module.sh
5961
- id: novelty

0 commit comments

Comments
 (0)