File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
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.20
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.21
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.22
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.22
91
91
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@v6
36
36
with :
37
37
version : latest
You can’t perform that action at this time.
0 commit comments