fix(ci): update Go version to 1.24 in release workflow

Executed-By: beads/crew/emma
Rig: beads
Role: crew
This commit is contained in:
beads/crew/emma
2026-01-25 21:04:17 -08:00
committed by gastown/crew/joe
parent 9bbcee38d0
commit 0d99d15370

View File

@@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.23'
go-version: '1.24'
- name: Install cross-compilation toolchains and signing tools
run: |