File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 8080 - uses : actions/setup-python@v5
8181 - name : Setup pre-commit
8282 run : python -m pip install pre-commit
83- - name : go modules cache
84- uses : actions/cache@v4
85- with :
86- path : |
87- ~/.cache/go-build
88- ~/go/pkg
89- key : ${{ runner.os }}-go-mod-${{ github.job }}-${{ hashFiles('**/go.sum') }}
90- restore-keys : |
91- ${{ runner.os }}-go-mod-${{ github.job }}-
92- - name : go tools cache
93- uses : actions/cache@v4
94- with :
95- path : |
96- ${{ github.workspace }}/.tools
97- key : ${{ runner.os }}-go-tools-${{ inputs.golang_version || env.GO_VERSION }}-${{ github.job }}
98- restore-keys : |
99- ${{ runner.os }}-go-tools-${{ inputs.golang_version || env.GO_VERSION }}-${{ github.job }}
10083 - uses : actions/setup-go@v5
10184 with :
10285 go-version : ${{ inputs.golang_version || env.GO_VERSION }}
You can’t perform that action at this time.
0 commit comments