We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936fda0 commit 6b06366Copy full SHA for 6b06366
.github/workflows/go-getter.yml
@@ -110,9 +110,6 @@ jobs:
110
- name: Checkout code
111
uses: actions/checkout@v3
112
113
- - name: Download go modules
114
- run: go mod download
115
-
116
- name: Setup cache for go modules
117
uses: actions/cache@v3
118
with:
@@ -122,6 +119,9 @@ jobs:
122
119
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
123
120
restore-keys: |
124
121
${{ runner.os }}-go-
+
+ - name: Download go modules
+ run: go mod download
125
126
- name: Install gotestsum
127
shell: bash
0 commit comments