fix: set GOTOOLCHAIN=auto for go 1.26+ requirement
Build and Deploy / build-and-push (push) Successful in 1m10s
Build and Deploy / build-and-push (push) Successful in 1m10s
This commit is contained in:
@@ -10,6 +10,7 @@ RUN pnpm build
|
||||
FROM golang:1.24-alpine AS backend-builder
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache git
|
||||
ENV GOTOOLCHAIN=auto
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user