ci: init goreleaser

This commit is contained in:
Meng Zhuo
2026-02-15 09:54:32 +08:00
parent 8eb9dcd99a
commit 9a3f3611c3
3 changed files with 65 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# ============================================================
# Stage 1: Build the picoclaw binary
# ============================================================
FROM golang:1.25.7-alpine AS builder
FROM golang:1.26.0-alpine AS builder
RUN apk add --no-cache git make