Skip to content

Commit ae5ad23

Browse files
authored
Update go-mac-m1-release.yml
Updated to go 1.24
1 parent c4f3f3f commit ae5ad23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-mac-m1-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: 1.22
21+
go-version: 1.24
2222
- name: Run build script
2323
run: ./make_install.sh
2424
shell: bash
@@ -30,4 +30,4 @@ jobs:
3030
prerelease: false
3131
title: jr_arm64
3232
files: |
33-
build/jr
33+
build/jr

0 commit comments

Comments
 (0)