mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 10:00:11 +00:00
🌱 Upgrade golang to 1.24 and helm to 3.18.4 (#1085)
* Upgrade golang to 1.24 Signed-off-by: zhujian <jiazhu@redhat.com> * Fix lint errors Co-authored-by: gemini <gemini@google.com> Signed-off-by: zhujian <jiazhu@redhat.com> * upgrade sdk-go to latest Signed-off-by: zhujian <jiazhu@redhat.com> --------- Signed-off-by: zhujian <jiazhu@redhat.com> Co-authored-by: gemini <gemini@google.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.23-bullseye AS builder
|
||||
FROM golang:1.24-bullseye AS builder
|
||||
ARG OS=linux
|
||||
ARG ARCH=amd64
|
||||
WORKDIR /go/src/open-cluster-management.io/ocm
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.23-bullseye AS builder
|
||||
FROM golang:1.24-bullseye AS builder
|
||||
ARG OS=linux
|
||||
ARG ARCH=amd64
|
||||
WORKDIR /go/src/open-cluster-management.io/ocm
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.23-bullseye AS builder
|
||||
FROM golang:1.24-bullseye AS builder
|
||||
ARG OS=linux
|
||||
ARG ARCH=amd64
|
||||
WORKDIR /go/src/open-cluster-management.io/ocm
|
||||
@@ -21,4 +21,4 @@ ENV USER_UID=10001
|
||||
COPY --from=builder /go/src/open-cluster-management.io/ocm/registration /
|
||||
COPY --from=builder /go/src/open-cluster-management.io/ocm/server /
|
||||
|
||||
USER ${USER_UID}
|
||||
USER ${USER_UID}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.23-bullseye AS builder
|
||||
FROM golang:1.24-bullseye AS builder
|
||||
ARG OS=linux
|
||||
ARG ARCH=amd64
|
||||
WORKDIR /go/src/open-cluster-management.io/ocm
|
||||
@@ -15,4 +15,4 @@ ENV USER_UID=10001
|
||||
|
||||
COPY --from=builder /go/src/open-cluster-management.io/ocm/registration-operator /
|
||||
|
||||
USER ${USER_UID}
|
||||
USER ${USER_UID}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.23-bullseye AS builder
|
||||
FROM golang:1.24-bullseye AS builder
|
||||
ARG OS=linux
|
||||
ARG ARCH=amd64
|
||||
WORKDIR /go/src/open-cluster-management.io/ocm
|
||||
@@ -15,4 +15,4 @@ ENV USER_UID=10001
|
||||
|
||||
COPY --from=builder /go/src/open-cluster-management.io/ocm/work /
|
||||
|
||||
USER ${USER_UID}
|
||||
USER ${USER_UID}
|
||||
|
||||
Reference in New Issue
Block a user