File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Set up Docker Buildx
2020 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
2121 - name : Cache Docker layers
22- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
22+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
2323 with :
2424 path : /tmp/.buildx-cache
2525 key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 2121 with :
2222 driver-opts : " image=moby/buildkit:v0.10.5"
2323 - uses : ./.github/actions/setup-go
24- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
24+ - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
2525 with :
2626 path : |
2727 ~/go/pkg/mod
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717 - uses : ./.github/actions/setup-go
18- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
18+ - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
1919 with :
2020 path : |
2121 ~/go/pkg/mod
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1212 - uses : ./.github/actions/setup-go
13- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
13+ - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
1414 with :
1515 path : |
1616 ~/go/pkg/mod
3131 with :
3232 driver-opts : " image=moby/buildkit:v0.10.5" # avoid unknown/unknown arch in ghcr
3333 - uses : ./.github/actions/setup-go
34- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
34+ - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
3535 with :
3636 path : |
3737 ~/go/pkg/mod
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717 - uses : ./.github/actions/setup-go
18- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
18+ - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
1919 with :
2020 path : |
2121 ~/go/pkg/mod
You can’t perform that action at this time.
0 commit comments