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 50
50
51
51
- if : ${{ env.GO_VERSION != '' }}
52
52
name : " Init: install go"
53
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
53
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
54
54
with :
55
55
go-version : ${{ env.GO_VERSION }}
56
56
check-latest : true
Original file line number Diff line number Diff line change 53
53
54
54
- if : ${{ env.GO_VERSION != '' }}
55
55
name : " Init: install go"
56
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
56
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
57
57
with :
58
58
go-version : ${{ env.GO_VERSION }}
59
59
check-latest : true
Original file line number Diff line number Diff line change 36
36
path : src/github.com/containerd/nerdctl
37
37
38
38
- name : " Init: install go"
39
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
39
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
40
40
with :
41
41
go-version : ${{ inputs.go-version }}
42
42
check-latest : true
Original file line number Diff line number Diff line change 91
91
92
92
- if : ${{ env.SHOULD_RUN == 'yes' }}
93
93
name : " Init: install go"
94
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
94
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
95
95
with :
96
96
go-version : ${{ env.GO_VERSION }}
97
97
check-latest : true
Original file line number Diff line number Diff line change 61
61
62
62
- if : ${{ env.GO_VERSION != '' }}
63
63
name : " Init: install go"
64
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
64
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
65
65
with :
66
66
go-version : ${{ env.GO_VERSION }}
67
67
check-latest : true
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
- name : " Install go"
25
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
25
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
26
26
with :
27
27
go-version : " 1.24"
28
28
check-latest : true
Original file line number Diff line number Diff line change 44
44
echo "::warning title=No canary go::There is currently no canary go version to test. Steps will not run."
45
45
- if : ${{ env.GO_VERSION != '' }}
46
46
name : " Install go"
47
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
47
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
48
48
with :
49
49
go-version : ${{ env.GO_VERSION }}
50
50
check-latest : true
You can’t perform that action at this time.
0 commit comments