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@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3.3.1
21
+ uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4.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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
22
- - uses : actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3.3.1
22
+ - uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4.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@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3.3.1
24
+ uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4.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