File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
33
33
- name : Setup Go
34
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # tag=v5.0.2
34
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # tag=v5.0.2
57
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # tag=v5.0.2
23
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.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