File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 with :
2727 go-version-file : ' ${{ github.workspace }}/go.mod'
2828 - name : Restore Go cache
29- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
29+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
3030 with :
3131 path : /home/runner/work/_temp/_github_home/go/pkg/mod
3232 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 2525 ref : ${{ github.event.pull_request.head.sha }}
2626 fetch-depth : 0
2727 - name : Cache go-build and mod
28- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
28+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
2929 with :
3030 path : |
3131 ~/.cache/go-build/
Original file line number Diff line number Diff line change 2929 with :
3030 go-version-file : ' ${{ github.workspace }}/go.mod'
3131 - name : Restore Go cache
32- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
32+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
3333 with :
3434 path : /home/runner/work/_temp/_github_home/go/pkg/mod
3535 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 4141 with :
4242 go-version-file : ' ${{ github.workspace }}/go.mod'
4343 - name : Cache go-build and mod
44- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
44+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
4545 with :
4646 path : |
4747 ~/.cache/go-build/
Original file line number Diff line number Diff line change 2626 with :
2727 go-version-file : ' ${{ github.workspace }}/go.mod'
2828 - name : Restore Go cache
29- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
29+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
3030 with :
3131 path : /home/runner/work/_temp/_github_home/go/pkg/mod
3232 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments