Skip to content

Commit fce027a

Browse files
authored
Update go.yml
Build with recent go.
1 parent 45d0ed2 commit fce027a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v4
2424
with:
25-
go-version: '1.21.6'
25+
go-version: '1.24.5'
2626

2727
- name: Install dependencies
2828
run: sudo apt-get update && sudo apt-get install -y libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev xorg-dev

0 commit comments

Comments
 (0)