Skip to content

Commit

Permalink
Build Linux version with Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jangler committed Apr 29, 2024
1 parent 04f62af commit cbffb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Install dependencies
run: sudo apt install rename lib{asound2,x11,xext,xcursor,xinerama,xi,xrandr,xss,xxf86vm,sdl2,sdl2-ttf}-dev
Expand Down

0 comments on commit cbffb43

Please sign in to comment.