Skip to content

Commit 8fcc368

Browse files
authored
fix: release workflow wrong go version (#1118)
1 parent 5ed6253 commit 8fcc368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2121
with:
22-
go-version: '1.24'
22+
go-version-file: "scripts/go.mod"
2323

2424
- name: Build release archive
2525
run: |

0 commit comments

Comments
 (0)