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 5050
5151 - if : ${{ env.GO_VERSION != '' }}
5252 name : " Init: install go"
53- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
53+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
5454 with :
5555 go-version : ${{ env.GO_VERSION }}
5656 check-latest : true
Original file line number Diff line number Diff line change 5353
5454 - if : ${{ env.GO_VERSION != '' }}
5555 name : " Init: install go"
56- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
56+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
5757 with :
5858 go-version : ${{ env.GO_VERSION }}
5959 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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
39+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
4040 with :
4141 go-version : ${{ inputs.go-version }}
4242 check-latest : true
Original file line number Diff line number Diff line change 9191
9292 - if : ${{ env.SHOULD_RUN == 'yes' }}
9393 name : " Init: install go"
94- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
94+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
9595 with :
9696 go-version : ${{ env.GO_VERSION }}
9797 check-latest : true
Original file line number Diff line number Diff line change 6161
6262 - if : ${{ env.GO_VERSION != '' }}
6363 name : " Init: install go"
64- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
64+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
6565 with :
6666 go-version : ${{ env.GO_VERSION }}
6767 check-latest : true
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424 - name : " Install go"
25- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
25+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
2626 with :
2727 go-version : " 1.24"
2828 check-latest : true
Original file line number Diff line number Diff line change 4444 echo "::warning title=No canary go::There is currently no canary go version to test. Steps will not run."
4545 - if : ${{ env.GO_VERSION != '' }}
4646 name : " Install go"
47- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
47+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
4848 with :
4949 go-version : ${{ env.GO_VERSION }}
5050 check-latest : true
You can’t perform that action at this time.
0 commit comments