File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 6161 uses : actions/setup-go@v5
6262 with :
6363 go-version : 1.19
64- - uses : actions/cache@v4
65- with :
66- path : |
67- ~/go/pkg/mod
68- ~/.cache/go-build
69- key : ${{ runner.os }}-${{ matrix.pythonStandaloneVersion }}-${{ matrix.pythonVersion }}-build-tag-${{ hashFiles('**/go.sum') }}
70- restore-keys : |
71- ${{ runner.os }}-${{ matrix.pythonStandaloneVersion }}-${{ matrix.pythonVersion }}-build-tag-
7264 - name : build-tag
7365 run : |
7466 git config --global user.email "[email protected] " @@ -105,14 +97,6 @@ jobs:
10597 uses : actions/setup-go@v5
10698 with :
10799 go-version : 1.19
108- - uses : actions/cache@v4
109- with :
110- path : |
111- ~/go/pkg/mod
112- ~/.cache/go-build
113- key : ${{ runner.os }}-${{ matrix.pythonStandaloneVersion }}-${{ matrix.pythonVersion }}-tests-${{ hashFiles('**/go.sum') }}
114- restore-keys : |
115- ${{ runner.os }}-${{ matrix.pythonStandaloneVersion }}-${{ matrix.pythonVersion }}-tests-
116100 - uses : actions/download-artifact@v4
117101 with :
118102 name : workdir-${{ matrix.pythonStandaloneVersion }} ${{ matrix.pythonVersion }}
You can’t perform that action at this time.
0 commit comments