Skip to content

Commit d3a216e

Browse files
JGC-438 - Fix golang version (#3304)
Co-authored-by: github-actions[bot] <[email protected]>
1 parent 322437d commit d3a216e

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.25.4
27+
go-version: 1.25.5
2828
cache: false
2929

3030
- name: Checkout Source

0 commit comments

Comments
 (0)