File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 17
17
- name : Set up Go
18
18
uses : actions/setup-go@v5
19
19
with :
20
- go-version : ' >=1.22.0 '
20
+ go-version-file : go.mod
21
21
22
22
- name : Run go mod tidy
23
23
run : |
41
41
- name : Staticcheck
42
42
43
43
with :
44
- version : " 2024 .1.1"
44
+ version : " 2025 .1.1"
45
45
install-go : false
46
46
47
47
- name : Build
Original file line number Diff line number Diff line change 1
1
module github.com/fatih/color
2
2
3
- go 1.17
3
+ go 1.24.1
4
4
5
5
require (
6
6
github.com/mattn/go-colorable v0.1.14
7
7
github.com/mattn/go-isatty v0.0.20
8
- golang.org/x/sys v0.30 .0
8
+ golang.org/x/sys v0.31 .0
9
9
)
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stg
3
3
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
4
4
github.com/mattn/go-isatty v0.0.20 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
5
5
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
6
- golang.org/x/sys v0.29.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
7
- golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
8
- golang.org/x/sys v0.30.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
6
+ golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
7
+ golang.org/x/sys v0.31.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
You can’t perform that action at this time.
0 commit comments