Skip to content

Commit

Permalink
Update Go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
elgopher committed Aug 12, 2023
1 parent 0f0e765 commit ba02f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .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.20" ]
env:
DISPLAY: ':99.0'
steps:
Expand All @@ -25,12 +25,12 @@ jobs:
sudo apt-get update
sudo apt-get install libasound2-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

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.20

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

0 comments on commit ba02f4f

Please sign in to comment.