File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : Checkout Repository
32
32
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
33
33
- name : Setup Go
34
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1 .0
34
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2 .0
35
35
with :
36
36
go-version : " 1.22"
37
37
check-latest : true
54
54
- " 1.22"
55
55
steps :
56
56
- name : Setup Go
57
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1 .0
57
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2 .0
58
58
with :
59
59
go-version : ${{ matrix.go }}
60
60
check-latest : true
Original file line number Diff line number Diff line change 20
20
with :
21
21
fetch-depth : 0
22
22
- name : Setup Go
23
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1 .0
23
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2 .0
24
24
with :
25
25
go-version : " 1.22"
26
26
check-latest : true
You can’t perform that action at this time.
0 commit comments