File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.24 .x', '1.25 .x']
10+ go : ['1.25 .x', '1.26 .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.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/ebitengine/purego v0.10.0
77 github.com/jfreymuth/pulse v0.1.1
8- golang.org/x/sys v0.41 .0
8+ golang.org/x/sys v0.42 .0
99)
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ github.com/ebitengine/purego v0.10.0 h1:QIw4xfpWT6GWTzaW5XEKy3HXoqrJGx1ijYHzTF0/
22github.com/ebitengine/purego v0.10.0 /go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ =
33github.com/jfreymuth/pulse v0.1.1 h1:9WLNBNCijmtZ14ZJpatgJPu/NjwAl3TIKItSFnTh+9A =
44github.com/jfreymuth/pulse v0.1.1 /go.mod h1:cpYspI6YljhkUf1WLXLLDmeaaPFc3CnGLjDZf9dZ4no =
5- golang.org/x/sys v0.41 .0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k =
6- golang.org/x/sys v0.41 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
5+ golang.org/x/sys v0.42 .0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo =
6+ golang.org/x/sys v0.42 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
You can’t perform that action at this time.
0 commit comments