File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -215,13 +215,6 @@ jobs:
215215 restore-keys : |
216216 ${{ runner.os }}-go-
217217
218- - name : Set up Go environment
219- shell : bash
220- run : |
221- echo "Setting up Go environment"
222- echo "GOPRIVATE=github.com/open-edge-platform" >> $GITHUB_ENV
223- git config --global url."https://${{ secrets.SYS_ORCH_GITHUB }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
224-
225218 - name : Download Go modules recursively
226219 run : find . -name "go.mod" -execdir go mod download -x \;
227220
@@ -268,13 +261,6 @@ jobs:
268261 restore-keys : |
269262 ${{ runner.os }}-go-
270263
271- - name : Set up Go environment
272- shell : bash
273- run : |
274- echo "Setting up Go environment"
275- echo "GOPRIVATE=github.com/open-edge-platform" >> $GITHUB_ENV
276- git config --global url."https://${{ secrets.SYS_ORCH_GITHUB }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
277-
278264 - name : Download Go modules recursively
279265 run : find . -name "go.mod" -execdir go mod download -x \;
280266
You can’t perform that action at this time.
0 commit comments