Skip to content

Commit 1f07749

Browse files
committed
v0.5.1
1 parent ff48191 commit 1f07749

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ This library supports Go 1.18 or later.
3838
% gvm-fav
3939
Now using version go1.18.10
4040
go version go1.18.10 darwin/amd64
41-
go: downloading golang.org/x/term v0.9.0
42-
go: downloading golang.org/x/sys v0.9.0
43-
ok github.com/sttk/cliargs 0.303s coverage: 99.2% of statements
44-
45-
Now using version go1.19.10
46-
go version go1.19.10 darwin/amd64
47-
go: downloading golang.org/x/term v0.9.0
48-
go: downloading golang.org/x/sys v0.9.0
49-
ok github.com/sttk/cliargs 0.240s coverage: 99.2% of statements
50-
51-
Now using version go1.20.5
52-
go version go1.20.5 darwin/amd64
53-
ok github.com/sttk/cliargs 0.136s coverage: 99.2% of statements
54-
55-
Back to go1.20.5
56-
Now using version go1.20.5
41+
ok github.com/sttk/cliargs 0.162s coverage: 99.0% of statements
42+
43+
Now using version go1.19.13
44+
go version go1.19.13 darwin/amd64
45+
ok github.com/sttk/cliargs 0.166s coverage: 99.0% of statements
46+
47+
Now using version go1.20.8
48+
go version go1.20.8 darwin/amd64
49+
ok github.com/sttk/cliargs 0.123s coverage: 99.0% of statements
50+
51+
Now using version go1.21.1
52+
go version go1.21.1 darwin/amd64
53+
ok github.com/sttk/cliargs 0.123s coverage: 99.0% of statements
54+
55+
Back to go1.21.1
56+
Now using version go1.21.1
5757
```
5858

5959
## License

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sttk/cliargs
22

3-
go 1.20
3+
go 1.18
44

55
require (
66
github.com/stretchr/testify v1.8.4

0 commit comments

Comments
 (0)