File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 test :
66 strategy :
77 matrix :
8- go : [ '1.14', '1.20 ' ]
8+ go : [ '1.21 ' ]
99 os : [ ubuntu-latest, macos-latest, windows-latest ]
1010 fail-fast : false
11-
11+
1212 runs-on : ${{ matrix.os }}
1313 name : Test suite
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 - name : Setup go
18- uses : actions/setup-go@v1
18+ uses : actions/setup-go@v4
1919 with :
2020 go-version : ${{ matrix.go }}
2121 - run : go test -v ./...
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This fork adds:
77
88- ` OpenReader ` error wrapping;
99- ` ErrNotFound ` error wrapping on BSD;
10- - Go 1.13 support.
10+ - Go 1.21 support.
1111
1212## Usage
1313
Original file line number Diff line number Diff line change 11module github.com/cli/browser
22
3- go 1.14
3+ go 1.21
44
5- require golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71
5+ require golang.org/x/sys v0.13.0
Original file line number Diff line number Diff line change 1- golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71 h1:X/2sJAybVknnUnV7AD2HdT6rm2p5BP6eH2j+igduWgk =
2- golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1+ golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE =
2+ golang.org/x/sys v0.13.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments