Skip to content

Commit ba02f4f

Browse files
committed
Update Go to 1.20
1 parent 0f0e765 commit ba02f4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:
19-
go: [ 1.18 ]
19+
go: [ "1.20" ]
2020
env:
2121
DISPLAY: ':99.0'
2222
steps:
@@ -25,12 +25,12 @@ jobs:
2525
sudo apt-get update
2626
sudo apt-get install libasound2-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev
2727
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929
with:
3030
fetch-depth: 0
3131

3232
- name: Set up Go
33-
uses: actions/setup-go@v2
33+
uses: actions/setup-go@v4
3434
with:
3535
go-version: ${{ matrix.go }}
3636

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/elgopher/pi
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/hajimehoshi/ebiten/v2 v2.5.6

0 commit comments

Comments
 (0)