We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a3d02 commit fa45163Copy full SHA for fa45163
.ci/containers/build-environment/Dockerfile
@@ -1,4 +1,3 @@
1
-# Stage 1: Building Go dependencies
2
FROM golang:1.23-bullseye AS builder
3
4
# Set working directory
@@ -33,7 +32,3 @@ RUN git config --global user.email "magic-modules@google.com"
33
32
34
RUN go install golang.org/x/tools/cmd/goimports@d088b475e3360caabc032aaee1dc66351d4e729a
35
RUN go install github.com/github/hub@v2.11.2+incompatible
36
-
37
-# Copy Go dependencies from builder stage
38
-COPY --from=builder /go/pkg /go/pkg
39
0 commit comments