File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 go-version : " 1.25"
2929 cache : false
3030 - name : Cache Go modules
31- uses : actions/cache@v4
31+ uses : actions/cache@v5
3232 with :
3333 path : |
3434 ~/go/pkg/mod
Original file line number Diff line number Diff line change 2727 go-version-file : go.mod
2828 cache : false
2929 - name : Cache Go modules
30- uses : actions/cache@v4
30+ uses : actions/cache@v5
3131 with :
3232 path : |
3333 ~/go/pkg/mod
Original file line number Diff line number Diff line change 2323 go-version-file : go.mod
2424 cache : false
2525 - name : Cache Go modules
26- uses : actions/cache@v4
26+ uses : actions/cache@v5
2727 with :
2828 path : |
2929 ~/go/pkg/mod
Original file line number Diff line number Diff line change 3333 echo "gocache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
3434 echo "gomodcache=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
3535 - name : Cache Go modules
36- uses : actions/cache@v4
36+ uses : actions/cache@v5
3737 with :
3838 path : |
3939 ${{ steps.go-cache.outputs.gomodcache }}
You can’t perform that action at this time.
0 commit comments