We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0e765 commit ba02f4fCopy full SHA for ba02f4f
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-20.04
17
strategy:
18
matrix:
19
- go: [ 1.18 ]
+ go: [ "1.20" ]
20
env:
21
DISPLAY: ':99.0'
22
steps:
@@ -25,12 +25,12 @@ jobs:
25
sudo apt-get update
26
sudo apt-get install libasound2-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev
27
28
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
29
with:
30
fetch-depth: 0
31
32
- name: Set up Go
33
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
34
35
go-version: ${{ matrix.go }}
36
go.mod
@@ -1,6 +1,6 @@
1
module github.com/elgopher/pi
2
3
-go 1.18
+go 1.20
4
5
require (
6
github.com/hajimehoshi/ebiten/v2 v2.5.6
0 commit comments