Skip to content

Commit 6b06366

Browse files
Update .github/workflows/go-getter.yml
Co-authored-by: Sam Salisbury <[email protected]>
1 parent 936fda0 commit 6b06366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-getter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ jobs:
110110
- name: Checkout code
111111
uses: actions/checkout@v3
112112

113-
- name: Download go modules
114-
run: go mod download
115-
116113
- name: Setup cache for go modules
117114
uses: actions/cache@v3
118115
with:
@@ -122,6 +119,9 @@ jobs:
122119
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
123120
restore-keys: |
124121
${{ runner.os }}-go-
122+
123+
- name: Download go modules
124+
run: go mod download
125125

126126
- name: Install gotestsum
127127
shell: bash

0 commit comments

Comments
 (0)