Skip to content

Commit

Permalink
Require Go 1.21 as minimal version of Go
Browse files Browse the repository at this point in the history
  • Loading branch information
elgopher committed Jul 29, 2023
1 parent 0f0e765 commit 70daae2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ 1.18 ]
go: [ 1.21 ]
env:
DISPLAY: ':99.0'
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Pi is under development. Only limited functionality is provided. API is not stab
## How to get started?

1. Install dependencies
* [Go 1.18+](https://go.dev/dl/)
* [Go 1.21+](https://go.dev/dl/)
* If not on Windows, please install additional dependencies for [Linux](docs/install-linux.md) or [macOS](docs/install-macos.md).
2. Try examples from [examples](examples) directory.
3. Create a new game using provided [Github template](https://github.com/elgopher/pi-template).
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/elgopher/pi

go 1.18
go 1.21

require (
github.com/hajimehoshi/ebiten/v2 v2.5.6
Expand Down

0 comments on commit 70daae2

Please sign in to comment.