Skip to content

Commit c3dd21c

Browse files
authored
Fix darwin binary build (#3138)
1 parent 4978d5c commit c3dd21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepareDarwinBinariesForRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Go
2525
uses: actions/setup-go@v6
2626
with:
27-
go-version: 1.23.x
27+
go-version: 1.24.x
2828
cache: false
2929

3030
- name: Checkout Source

0 commit comments

Comments
 (0)