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 19
19
uses : arnested/go-version-action@b556f8d91b644164318c709d28b9083eaf0c064d
20
20
id : go-version
21
21
- name : Set up Go
22
- uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
22
+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
23
23
with :
24
24
go-version : ${{ steps.go-version.outputs.minimal }}
25
25
- name : Run GoReleaser
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v3
26
26
27
27
- name : Setup - Go ${{ matrix.go-version }}
28
- uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
28
+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
29
29
with :
30
30
go-version : ${{ matrix.go-version }}
31
31
59
59
runs-on : ${{ matrix.os }}
60
60
needs : get-go-versions
61
61
steps :
62
- - uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
62
+ - uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
63
63
with :
64
64
go-version : ${{ matrix.go-version }}
65
65
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments