File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5252
5353 - if : ${{ env.GO_VERSION != '' }}
5454 name : " Init: install go"
55- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
55+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
5656 with :
5757 go-version : ${{ env.GO_VERSION }}
5858 check-latest : true
Original file line number Diff line number Diff line change 5555
5656 - if : ${{ env.GO_VERSION != '' }}
5757 name : " Init: install go"
58- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
58+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
5959 with :
6060 go-version : ${{ env.GO_VERSION }}
6161 check-latest : true
Original file line number Diff line number Diff line change 3636 path : src/github.com/containerd/nerdctl
3737
3838 - name : " Init: install go"
39- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
39+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
4040 with :
4141 go-version : ${{ inputs.go-version }}
4242 check-latest : true
Original file line number Diff line number Diff line change 9696
9797 - if : ${{ env.SHOULD_RUN == 'yes' }}
9898 name : " Init: install go"
99- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
99+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
100100 with :
101101 go-version : ${{ env.GO_VERSION }}
102102 check-latest : true
Original file line number Diff line number Diff line change 6363
6464 - if : ${{ env.GO_VERSION != '' }}
6565 name : " Init: install go"
66- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
66+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
6767 with :
6868 go-version : ${{ env.GO_VERSION }}
6969 check-latest : true
Original file line number Diff line number Diff line change 2828 - name : " Set up QEMU"
2929 uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
3030 - name : " Install go"
31- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
31+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
3232 with :
3333 go-version : " 1.25"
3434 check-latest : true
Original file line number Diff line number Diff line change 4646 echo "::warning title=No canary go::There is currently no canary go version to test. Steps will not run."
4747 - if : ${{ env.GO_VERSION != '' }}
4848 name : " Install go"
49- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
49+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
5050 with :
5151 go-version : ${{ env.GO_VERSION }}
5252 check-latest : true
You can’t perform that action at this time.
0 commit comments