Skip to content

Commit cb379b7

Browse files
committed
doc:(for review) add a test on go1.23.0
1 parent e9a26cb commit cb379b7

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

README.md

+21-15
Original file line numberDiff line numberDiff line change
@@ -37,33 +37,39 @@ This library supports Go 1.18 or later.
3737
% gvm-fav
3838
Now using version go1.18.10
3939
go version go1.18.10 darwin/amd64
40-
ok github.com/sttk/cliargs 0.913s coverage: 97.6% of statements
41-
ok github.com/sttk/cliargs/errors 1.053s coverage: 100.0% of statements
42-
ok github.com/sttk/cliargs/validators 0.538s coverage: 100.0% of statements
40+
ok github.com/sttk/cliargs 0.907s coverage: 97.6% of statements
41+
ok github.com/sttk/cliargs/errors 1.052s coverage: 100.0% of statements
42+
ok github.com/sttk/cliargs/validators 0.553s coverage: 100.0% of statements
4343

4444
Now using version go1.19.13
4545
go version go1.19.13 darwin/amd64
46-
ok github.com/sttk/cliargs 0.895s coverage: 97.6% of statements
47-
ok github.com/sttk/cliargs/errors 1.034s coverage: 100.0% of statements
48-
ok github.com/sttk/cliargs/validators 0.541s coverage: 100.0% of statements
46+
ok github.com/sttk/cliargs 0.915s coverage: 97.6% of statements
47+
ok github.com/sttk/cliargs/errors 1.085s coverage: 100.0% of statements
48+
ok github.com/sttk/cliargs/validators 0.569s coverage: 100.0% of statements
4949

5050
Now using version go1.20.14
5151
go version go1.20.14 darwin/amd64
52-
ok github.com/sttk/cliargs 0.551s coverage: 97.6% of statements
53-
ok github.com/sttk/cliargs/errors 1.054s coverage: 100.0% of statements
54-
ok github.com/sttk/cliargs/validators 1.568s coverage: 100.0% of statements
52+
ok github.com/sttk/cliargs 0.559s coverage: 97.6% of statements
53+
ok github.com/sttk/cliargs/errors 1.065s coverage: 100.0% of statements
54+
ok github.com/sttk/cliargs/validators 1.590s coverage: 100.0% of statements
5555

5656
Now using version go1.21.13
5757
go version go1.21.13 darwin/amd64
58-
ok github.com/sttk/cliargs 0.560s coverage: 97.6% of statements
59-
ok github.com/sttk/cliargs/errors 1.073s coverage: 100.0% of statements
60-
ok github.com/sttk/cliargs/validators 1.587s coverage: 100.0% of statements
58+
ok github.com/sttk/cliargs 1.613s coverage: 97.6% of statements
59+
ok github.com/sttk/cliargs/errors 0.537s coverage: 100.0% of statements
60+
ok github.com/sttk/cliargs/validators 1.061s coverage: 100.0% of statements
6161

6262
Now using version go1.22.6
6363
go version go1.22.6 darwin/amd64
64-
ok github.com/sttk/cliargs 0.555s coverage: 97.6% of statements
65-
ok github.com/sttk/cliargs/errors 1.058s coverage: 100.0% of statements
66-
ok github.com/sttk/cliargs/validators 1.583s coverage: 100.0% of statements
64+
ok github.com/sttk/cliargs 0.607s coverage: 97.6% of statements
65+
ok github.com/sttk/cliargs/errors 1.712s coverage: 100.0% of statements
66+
ok github.com/sttk/cliargs/validators 1.160s coverage: 100.0% of statements
67+
68+
Now using version go1.23.0
69+
go version go1.23.0 darwin/amd64
70+
ok github.com/sttk/cliargs 1.743s coverage: 97.6% of statements
71+
ok github.com/sttk/cliargs/errors 0.599s coverage: 100.0% of statements
72+
ok github.com/sttk/cliargs/validators 1.160s coverage: 100.0% of statements
6773

6874
Back to go1.22.6
6975
Now using version go1.22.6

0 commit comments

Comments
 (0)