use newer Go and setup-go action

This commit is contained in:
Drew Weymouth
2025-09-06 10:02:26 -07:00
parent 2ca19acef8
commit a8b951c568
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ jobs:
xcode-version: latest
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.24'
- name: Install Dependencies
run: brew install --force mpv && brew install --force dylibbundler