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@f3c61952b5f4cc7c74fb216df044634f6a59770f
20
20
id : go-version
21
21
- name : Set up Go
22
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
22
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
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@v4
26
26
27
27
- name : Setup - Go ${{ matrix.go-version }}
28
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
28
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
29
29
with :
30
30
go-version : ${{ matrix.go-version }}
31
31
58
58
runs-on : ubuntu-latest
59
59
needs : get-go-versions
60
60
steps :
61
- - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
61
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
62
62
with :
63
63
go-version : ${{ matrix.go-version }}
64
64
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments