File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
- name : Checkout
32
32
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
- name : Install Go
34
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
34
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
35
35
with :
36
36
go-version : ${{ env.GO_VERSION }}
37
37
- run : make verify-${{ matrix.run }}
43
43
- name : Checkout
44
44
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
45
- name : Install Go
46
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
46
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
47
47
with :
48
48
go-version : ${{ env.GO_VERSION }}
49
49
- run : make test-crictl
64
64
with :
65
65
fetch-depth : 0
66
66
- name : Install Go
67
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
67
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
68
68
with :
69
69
go-version : ${{ env.GO_VERSION }}
70
70
- name : Make release
Original file line number Diff line number Diff line change 56
56
runs-on : ${{ matrix.os }}
57
57
steps :
58
58
- name : Install Go
59
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
59
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
60
60
with :
61
61
go-version : ${{ env.GO_VERSION }}
62
62
cache : false
Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
31
31
- name : Install go
32
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
32
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
33
33
with :
34
34
go-version : ${{ env.GO_VERSION }}
35
35
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
14
with :
15
15
fetch-depth : 0
16
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
16
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
17
17
with :
18
18
go-version : ${{ env.GO_VERSION }}
19
19
- run : make release-notes release
You can’t perform that action at this time.
0 commit comments