File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-20.04
17
17
strategy :
18
18
matrix :
19
- go : [ "1.20" ]
19
+ go : [ 1.21 ]
20
20
env :
21
21
DISPLAY : ' :99.0'
22
22
steps :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Pi is under development. Only limited functionality is provided. API is not stab
39
39
## How to get started?
40
40
41
41
1 . Install dependencies
42
- * [ Go 1.20 +] ( https://go.dev/dl/ )
42
+ * [ Go 1.21 +] ( https://go.dev/dl/ )
43
43
* If not on Windows, please install additional dependencies for [ Linux] ( docs/install-linux.md ) or [ macOS] ( docs/install-macos.md ) .
44
44
2 . Try examples from [ examples] ( examples ) directory.
45
45
3 . Create a new game using provided [ Github template] ( https://github.com/elgopher/pi-template ) .
Original file line number Diff line number Diff line change 1
1
module github.com/elgopher/pi
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/hajimehoshi/ebiten/v2 v2.5.6
You can’t perform that action at this time.
0 commit comments