File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v2
20
20
21
21
- name : Set up Go
22
- uses : actions/setup-go@v4
22
+ uses : actions/setup-go@v5
23
23
with :
24
24
go-version-file : " go.mod"
25
25
id : go
58
58
uses : actions/checkout@v2
59
59
60
60
- name : Set up Go
61
- uses : actions/setup-go@v4
61
+ uses : actions/setup-go@v5
62
62
with :
63
63
go-version-file : " go.mod"
64
64
id : go
80
80
fetch-depth : 0
81
81
82
82
- name : Set up Go
83
- uses : actions/setup-go@v4
83
+ uses : actions/setup-go@v5
84
84
with :
85
85
go-version-file : " go.mod"
86
86
id : go
Original file line number Diff line number Diff line change 27
27
GPG_PASSWORD : ${{ secrets.GPG_PASSWORD }}
28
28
29
29
- name : Install Go
30
- uses : actions/setup-go@v4
30
+ uses : actions/setup-go@v5
31
31
with :
32
32
go-version-file : " go.mod"
33
33
id : go
You can’t perform that action at this time.
0 commit comments