Skip to content

Commit 48a1ea0

Browse files
authored
build(publish): use go 1.25 for binaries (#393)
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent 085534c commit 48a1ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fetch-depth: '0'
6363
- uses: actions/setup-go@v6
6464
with:
65-
go-version: 1.24.x
65+
go-version: 1.25.x
6666
- name: Build binary
6767
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
6868
- name: Upload release asset

0 commit comments

Comments
 (0)