Skip to content

Commit

Permalink
Bumped go version in dockerfile.e2e
Browse files Browse the repository at this point in the history
Signed-off-by: GW Cloud Common Services <[email protected]>
  • Loading branch information
vchinda authored and GW Cloud Common Services committed Jul 10, 2024
1 parent 344b07f commit f5ca25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE
# Build the manager binary
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.19-alpine as builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine as builder
ARG GOPROXY
ENV GOPROXY=${GOPROXY:-https://goproxy.cn}
WORKDIR /workspace
Expand Down

0 comments on commit f5ca25d

Please sign in to comment.