File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Set up Go 1.x
21
- uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4 .0
21
+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5 .0
22
22
with :
23
23
go-version : ' 1.19'
24
24
id : go
Original file line number Diff line number Diff line change 19
19
- hack/tools
20
20
steps :
21
21
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3.2.0
22
- - uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4 .0
22
+ - uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5 .0
23
23
with :
24
24
go-version : 1.19
25
25
- name : golangci-lint
Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0
23
23
- name : Install go
24
- uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4 .0
24
+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5 .0
25
25
with :
26
26
go-version : ' ^1.19'
27
27
- name : generate release artifacts
You can’t perform that action at this time.
0 commit comments