golang1.26
Build and Push to Harbor / build-deploy (push) Failing after 1m43s
Details
Build and Push to Harbor / build-deploy (push) Failing after 1m43s
Details
This commit is contained in:
parent
799eb2ad11
commit
13bd856f44
|
|
@ -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 ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue