golang1.26
Build and Push to Harbor / build-deploy (push) Failing after 1m43s Details

This commit is contained in:
suguo 2026-03-23 17:30:23 +08:00
parent 799eb2ad11
commit 13bd856f44
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# 阶段1编译 Go 二进制
FROM golang:1.22-alpine AS builder
FROM golang:1.26-alpine AS builder
ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64
WORKDIR /build
COPY go.mod go.sum ./