File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 echo "::set-output name=go-build::$(go env GOCACHE)"
2424 echo "::set-output name=go-mod::$(go env GOMODCACHE)"
2525 - name : Setup Go
26- uses : actions/setup-go@v5
26+ uses : actions/setup-go@v6
2727 with :
2828 go-version : " ^1.24.0"
2929 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 3939 run : yarn test
4040 working-directory : ./web
4141 - name : Setup Go
42- uses : actions/setup-go@v5
42+ uses : actions/setup-go@v6
4343 with :
4444 go-version : " ^1.24.0"
4545 cache-dependency-path : go.sum
Original file line number Diff line number Diff line change 8181 run : sudo apt-get update && sudo apt-get install -y make
8282
8383 - name : Setup Go ${{ env.GO_VERSION }}
84- uses : actions/setup-go@v5
84+ uses : actions/setup-go@v6
8585 with :
8686 go-version : ${{ env.GO_VERSION }}
8787 cache-dependency-path : |
You can’t perform that action at this time.
0 commit comments