Upgrade from go 1.23 to 1.24
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -4,7 +4,7 @@ COPY . .
|
|||||||
RUN npm ci
|
RUN npm ci
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM golang:1.23 AS backend-builder
|
FROM golang:1.24 AS backend-builder
|
||||||
WORKDIR /workdir
|
WORKDIR /workdir
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
RUN --mount=type=cache,target=/go/pkg/mod \
|
RUN --mount=type=cache,target=/go/pkg/mod \
|
||||||
|
|||||||
Reference in New Issue
Block a user