🌱 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:
Jian Zhu
2025-07-28 10:13:36 +08:00
committed by GitHub
parent d14fcf1171
commit f989a37e1a
1173 changed files with 69920 additions and 15505 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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}

View File

@@ -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}

View File

@@ -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}