File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v3
1717 with :
18- go-version : ' >=1.18 .0'
18+ go-version : ' >=1.20 .0'
1919
2020 - name : Check out code into the Go module directory
2121 uses : actions/checkout@v3
4242 - name : Staticcheck
43434444 with :
45- version : " 2022 .1.2"
45+ version : " 2023 .1.2"
4646 install-go : false
4747
4848 - name : Build
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ require (
77 github.com/mattn/go-isatty v0.0.17
88)
99
10- require golang.org/x/sys v0.5 .0
10+ require golang.org/x/sys v0.6 .0
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/
44github.zerozr99.workers.dev/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng =
55github.zerozr99.workers.dev/mattn/go-isatty v0.0.17 /go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM =
66golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
7- golang.org/x/sys v0.5 .0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU =
8- golang.org/x/sys v0.5 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
7+ golang.org/x/sys v0.6 .0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ =
8+ golang.org/x/sys v0.6 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments