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 77 strategy :
88 matrix :
99 os : [ubuntu-latest, macos-latest, windows-latest]
10- go : ['1.23 .x', '1.24 .x']
10+ go : ['1.24 .x', '1.25 .x']
1111 name : Test with Go ${{ matrix.go }} on ${{ matrix.os }}
1212 runs-on : ${{ matrix.os }}
1313 defaults :
Original file line number Diff line number Diff line change 11module github.com/ebitengine/oto/v3
22
3- go 1.23 .0
3+ go 1.24 .0
44
55require (
66 github.com/ebitengine/purego v0.9.0-alpha.10
7- golang.org/x/sys v0.35 .0
7+ golang.org/x/sys v0.36 .0
88)
Original file line number Diff line number Diff line change 11github.com/ebitengine/purego v0.9.0-alpha.10 h1:audsHbrB2mnadP/fVRdQRDc0lymjY7oWTNfzT59XICo =
22github.com/ebitengine/purego v0.9.0-alpha.10 /go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ =
3- golang.org/x/sys v0.35 .0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI =
4- golang.org/x/sys v0.35 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
3+ golang.org/x/sys v0.36 .0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k =
4+ golang.org/x/sys v0.36 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
You can’t perform that action at this time.
0 commit comments