Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Housekeeping] Bump Go version to 1.22 #5032

Merged
merged 14 commits into from
Jul 22, 2024
Prev Previous commit
Next Next commit
update Dockerfiles
Signed-off-by: Ryan Lo <wenchih@apache.org>
  • Loading branch information
lowc1012 committed Mar 11, 2024
commit 6e4dd2d16b4f091e3f545d6b0728588fde294bc8
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ ARG FLYTECONSOLE_VERSION=latest
FROM ghcr.io/flyteorg/flyteconsole:${FLYTECONSOLE_VERSION} AS flyteconsole


FROM --platform=${BUILDPLATFORM} golang:1.21.5-bookworm AS flytebuilder
FROM --platform=${BUILDPLATFORM} golang:1.22.1-bookworm AS flytebuilder
pingsutw marked this conversation as resolved.
Show resolved Hide resolved

ARG TARGETARCH
ENV GOARCH "${TARGETARCH}"
2 changes: 1 addition & 1 deletion Dockerfile.datacatalog
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
#
# TO OPT OUT OF UPDATES, SEE https://github.com/flyteorg/boilerplate/blob/master/Readme.rst

FROM --platform=${BUILDPLATFORM} golang:1.21.5-alpine3.18 as builder
FROM --platform=${BUILDPLATFORM} golang:1.22.1-alpine3.18 as builder

ARG TARGETARCH
ENV GOARCH "${TARGETARCH}"
2 changes: 1 addition & 1 deletion Dockerfile.flyteadmin
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
#
# TO OPT OUT OF UPDATES, SEE https://github.com/lyft/boilerplate/blob/master/Readme.rst

FROM --platform=${BUILDPLATFORM} golang:1.21.5-alpine3.18 as builder
FROM --platform=${BUILDPLATFORM} golang:1.22.1-alpine3.18 as builder

ARG TARGETARCH
ENV GOARCH "${TARGETARCH}"
2 changes: 1 addition & 1 deletion Dockerfile.flytecopilot
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
#
# TO OPT OUT OF UPDATES, SEE https://github.com/lyft/boilerplate/blob/master/Readme.rst

FROM --platform=${BUILDPLATFORM} golang:1.21.5-alpine3.18 as builder
FROM --platform=${BUILDPLATFORM} golang:1.22.1-alpine3.18 as builder

ARG TARGETARCH
ENV GOARCH "${TARGETARCH}"
2 changes: 1 addition & 1 deletion Dockerfile.flytepropeller
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
#
# TO OPT OUT OF UPDATES, SEE https://github.com/lyft/boilerplate/blob/master/Readme.rst

FROM --platform=${BUILDPLATFORM} golang:1.21.5-alpine3.18 as builder
FROM --platform=${BUILDPLATFORM} golang:1.22.1-alpine3.18 as builder

ARG TARGETARCH
ENV GOARCH "${TARGETARCH}"
2 changes: 1 addition & 1 deletion Dockerfile.flytescheduler
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
#
# TO OPT OUT OF UPDATES, SEE https://github.com/lyft/boilerplate/blob/master/Readme.rst

FROM --platform=${BUILDPLATFORM} golang:1.21.5-alpine3.18 as builder
FROM --platform=${BUILDPLATFORM} golang:1.22.1-alpine3.18 as builder

ARG TARGETARCH
ENV GOARCH "${TARGETARCH}"