We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.ci
1 parent 5714840 commit a0ff5c5Copy full SHA for a0ff5c5
.ci/containers/build-environment/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23-bullseye AS builder
+FROM golang:1.24-bullseye AS builder
2
3
# Set working directory
4
WORKDIR /app
.ci/containers/go-plus/Dockerfile
@@ -1,5 +1,5 @@
# Stage 1: Download go module cache for builds
ENV GOCACHE=/go/cache
5
RUN apt-get update && apt-get install -y unzip
@@ -12,7 +12,7 @@ WORKDIR /app1/magic-modules-main/.ci/magician
12
RUN go build -o /dev/null .
13
14
# Stage 2: Creating the final image
15
-FROM golang:1.23-bullseye
+FROM golang:1.24-bullseye
16
SHELL ["/bin/bash", "-c"]
17
18
0 commit comments