fix: update golang to 1.26 in docker build
This commit is contained in:
parent
97fec70363
commit
dea6be8b2c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# ============================================================
|
||||
# Stage 1: Build the picoclaw binaries
|
||||
# ============================================================
|
||||
FROM --platform=linux/arm64 golang:1.25-alpine AS builder
|
||||
FROM --platform=linux/arm64 golang:1.26-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue