ci: init goreleaser

This commit is contained in:
Meng Zhuo
2026-02-15 09:50:01 +08:00
parent 8eb9dcd99a
commit 9a3f3611c3
3 changed files with 65 additions and 1 deletions

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