File tree 5 files changed +21
-36
lines changed
5 files changed +21
-36
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ${{ matrix.os }}
21
21
steps :
22
22
- uses : actions/checkout@v4
23
- - uses : actions/setup-go@v4
23
+ - uses : actions/setup-go@v5
24
24
with :
25
25
go-version : ${{ matrix.go }}
26
26
- name : Set PATH
46
46
- if : matrix.go == 'stable' && matrix.os == 'ubuntu-latest'
47
47
run : make v2diff
48
48
- if : success() && matrix.go == 'stable' && matrix.os == 'ubuntu-latest'
49
- uses : codecov/codecov-action@v3
49
+ uses : codecov/codecov-action@v4
50
50
with :
51
51
token : ${{ secrets.CODECOV_TOKEN }}
52
52
fail_ci_if_error : true
@@ -55,12 +55,12 @@ jobs:
55
55
runs-on : ubuntu-latest
56
56
steps :
57
57
- uses : actions/checkout@v4
58
- - uses : actions/setup-go@v4
58
+ - uses : actions/setup-go@v5
59
59
with :
60
60
go-version : stable
61
61
- uses : actions/setup-node@v4
62
62
with :
63
- node-version : ' 16 '
63
+ node-version : latest
64
64
- name : Set PATH
65
65
run : echo "${GITHUB_WORKSPACE}/.local/bin" >>"${GITHUB_PATH}"
66
66
- run : make ensure-gfmrun
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
name : lint
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/setup-go@v3
18
+ - uses : actions/checkout@v4
19
+ - uses : actions/setup-go@v5
19
20
with :
20
- go-version : " 1.20"
21
- - uses : actions/checkout@v3
21
+ go-version : stable
22
22
- name : golangci-lint
23
- uses : golangci/golangci-lint-action@v3
23
+ uses : golangci/golangci-lint-action@v5
24
24
with :
25
- version : latest
25
+ version : latest
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/BurntSushi/toml v1.3.2
7
- github.com/cpuguy83/go-md2man/v2 v2.0.2
8
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
7
+ github.com/cpuguy83/go-md2man/v2 v2.0.4
8
+ github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913
9
9
gopkg.in/yaml.v3 v3.0.1
10
10
)
11
11
Original file line number Diff line number Diff line change 1
1
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8 =
2
2
github.com/BurntSushi/toml v1.3.2 /go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ =
3
- github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w =
4
- github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
3
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4 =
4
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
5
5
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
6
6
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
7
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
8
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
7
+ github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw =
8
+ github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 /go.mod h1:4aEEwZQutDLsQv2Deui4iYQ6DWTxR14g6m8Wv88+Xqk =
9
9
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
10
10
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
11
11
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
Original file line number Diff line number Diff line change @@ -10,16 +10,11 @@ greet - Some app
10
10
.PP
11
11
greet
12
12
13
- .PP
14
- .RS
15
-
16
- .nf
13
+ .EX
17
14
[--another-flag|-b]
18
15
[--flag|--fl|-f]=[value]
19
16
[--socket|-s]=[value]
20
-
21
- .fi
22
- .RE
17
+ .EE
23
18
24
19
25
20
.SH DESCRIPTION
@@ -29,14 +24,9 @@ Description of the application.
29
24
.PP
30
25
\fB Usage \fP :
31
26
32
- .PP
33
- .RS
34
-
35
- .nf
27
+ .EX
36
28
app [first_arg] [second_arg]
37
-
38
- .fi
39
- .RE
29
+ .EE
40
30
41
31
42
32
.SH GLOBAL OPTIONS
@@ -80,10 +70,7 @@ retrieve generic information
80
70
.PP
81
71
standard usage text
82
72
83
- .PP
84
- .RS
85
-
86
- .nf
73
+ .EX
87
74
Usage for the usage text
88
75
- formatted: Based on the specified ConfigMap and summon secrets.yml
89
76
- list: Inspect the environment for a specific process running on a Pod
@@ -94,9 +81,7 @@ func() { ... }
94
81
```
95
82
96
83
Should be a part of the same code block
97
-
98
- .fi
99
- .RE
84
+ .EE
100
85
101
86
.PP
102
87
\fB --another-flag, -b \fP : another usage text
You can’t perform that action at this time.
0 commit comments