File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 os : [ubuntu-latest, macOS-latest, windows-latest]
12- go : ["1.23 .x", "1.24.x"]
12+ go : ["1.25 .x", "1.24.x"]
1313
1414 steps :
1515 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 11module github.com/issue9/source
22
3- go 1.23 .0
3+ go 1.24 .0
44
55require (
66 github.com/issue9/assert/v4 v4.3.1
7- github.com/issue9/errwrap v0.3.2
8- golang.org/x/mod v0.24 .0
7+ github.com/issue9/errwrap v0.3.3
8+ golang.org/x/mod v0.28 .0
99)
Original file line number Diff line number Diff line change 11github.com/issue9/assert/v4 v4.3.1 h1:dHYODk1yV7j/1baIB6K6UggI4r1Hfuljqic7PaDbwLg =
22github.com/issue9/assert/v4 v4.3.1 /go.mod h1:v7qDRXi7AsaZZNh8eAK2rkLJg5/clztqQGA1DRv9Lv4 =
3- github.com/issue9/errwrap v0.3.2 h1:7KEme9Pfe75M+sIMcPCn/DV90wjnOcRbO4DXVAHj3Fw =
4- github.com/issue9/errwrap v0.3.2 /go.mod h1:KcCLuUGiffjooLCUjL89r1cyO8/HT/VRcQrneO53N3A =
5- golang.org/x/mod v0.24 .0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU =
6- golang.org/x/mod v0.24 .0 /go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww =
3+ github.com/issue9/errwrap v0.3.3 h1:qYkdgqni0sdvbaLgVdJxNxrnpFmM6u9Wm/W9iE5mVzI =
4+ github.com/issue9/errwrap v0.3.3 /go.mod h1:I3pMMJix+2LvmJlbPXomej4eLKgJa/f2Xci3HFXlF7Q =
5+ golang.org/x/mod v0.28 .0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U =
6+ golang.org/x/mod v0.28 .0 /go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI =
You can’t perform that action at this time.
0 commit comments