File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed
Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,12 @@ jobs:
1818 - macos-latest
1919 - windows-latest
2020 go :
21+ - ' 1.23'
22+ - ' 1.22'
23+ - ' 1.21'
2124 - ' 1.20'
2225 - ' 1.19'
2326 - ' 1.18'
24- - ' 1.17'
25- - ' 1.16'
26- - ' 1.15'
27- - ' 1.14'
28- - ' 1.13'
2927 steps :
3028 - uses : actions/setup-go@v2
3129 with :
Original file line number Diff line number Diff line change 11module github.com/mattn/go-colorable
22
33require (
4- github.com/mattn/go-isatty v0.0.16
5- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
4+ github.com/mattn/go-isatty v0.0.20
5+ golang.org/x/sys v0.29.0
66)
77
8- go 1.15
8+ go 1.18
Original file line number Diff line number Diff line change 1- github.com/mattn/go-isatty v0.0.16 h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peKQ =
2- github.com/mattn/go-isatty v0.0.16 /go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM =
3- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab h1:2QkjZIsXupsJbJIdSjjUOgWK3aEtzyuh2mPt3l/CkeU =
4- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1+ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
2+ github.com/mattn/go-isatty v0.0.20 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
3+ golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
4+ golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
5+ golang.org/x/sys v0.29.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments