File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
fetch-depth : 0
24
24
- name : Setup Go
25
- uses : actions/setup-go@v4
25
+ uses : actions/setup-go@v5
26
26
with :
27
27
go-version : ^1.22
28
28
- name : Build
37
37
with :
38
38
fetch-depth : 0
39
39
- name : Setup Go
40
- uses : actions/setup-go@v4
40
+ uses : actions/setup-go@v5
41
41
with :
42
42
go-version : ~1.18
43
43
continue-on-error : true
53
53
with :
54
54
fetch-depth : 0
55
55
- name : Setup Go
56
- uses : actions/setup-go@v4
56
+ uses : actions/setup-go@v5
57
57
with :
58
58
go-version : ~1.19
59
59
continue-on-error : true
69
69
with :
70
70
fetch-depth : 0
71
71
- name : Setup Go
72
- uses : actions/setup-go@v4
72
+ uses : actions/setup-go@v5
73
73
with :
74
74
go-version : ~1.20
75
75
continue-on-error : true
85
85
with :
86
86
fetch-depth : 0
87
87
- name : Setup Go
88
- uses : actions/setup-go@v4
88
+ uses : actions/setup-go@v5
89
89
with :
90
90
go-version : ~1.21
91
91
continue-on-error : true
@@ -101,7 +101,7 @@ jobs:
101
101
with :
102
102
fetch-depth : 0
103
103
- name : Setup Go
104
- uses : actions/setup-go@v4
104
+ uses : actions/setup-go@v5
105
105
with :
106
106
go-version : ^1.22
107
107
continue-on-error : true
@@ -117,7 +117,7 @@ jobs:
117
117
with :
118
118
fetch-depth : 0
119
119
- name : Setup Go
120
- uses : actions/setup-go@v4
120
+ uses : actions/setup-go@v5
121
121
with :
122
122
go-version : ^1.22
123
123
continue-on-error : true
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ jobs:
22
22
with :
23
23
fetch-depth : 0
24
24
- name : Setup Go
25
- uses : actions/setup-go@v4
25
+ uses : actions/setup-go@v5
26
26
with :
27
27
go-version : ^1.22
28
28
- name : Cache go module
29
- uses : actions/cache@v3
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : |
32
32
~/go/pkg/mod
33
33
key : go-${{ hashFiles('**/go.sum') }}
34
34
- name : golangci-lint
35
- uses : golangci/golangci-lint-action@v3
35
+ uses : golangci/golangci-lint-action@v5
36
36
with :
37
37
version : latest
You can’t perform that action at this time.
0 commit comments