Skip to content

Commit 69e094e

Browse files
shanshanyingapecloud-bot
authored andcommitted
chore: update Go version to 1.24.11 (#10015)
(cherry picked from commit 6ad4438)
1 parent 4b90957 commit 69e094e

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build the manager binary
22
ARG DIST_IMG=gcr.io/distroless/static:nonroot
33

4-
ARG GO_VERSION=1.24.9-alpine
4+
ARG GO_VERSION=1.24.11-alpine
55

66
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS builder
77

docker/Dockerfile-dataprotection

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build the dataprotection binary
22
ARG DIST_IMG=gcr.io/distroless/static:nonroot
33

4-
ARG GO_VERSION=1.24.9-alpine
4+
ARG GO_VERSION=1.24.11-alpine
55

66
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS builder
77

docker/Dockerfile-redhat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build the manager binary
22
ARG DIST_IMG=registry.access.redhat.com/ubi9:9.6
33

4-
ARG GO_VERSION=1.24.9-alpine
4+
ARG GO_VERSION=1.24.11-alpine
55

66
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS builder
77

docker/Dockerfile-tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#TARGETARCH - Architecture from --platform, e.g. arm64
1212
#TARGETVARIANT - used to set target ARM variant, e.g. v7
1313

14-
ARG GO_VERSION=1.24.9-alpine
14+
ARG GO_VERSION=1.24.11-alpine
1515

1616
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS builder
1717
ARG TARGETOS

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/apecloud/kubeblocks
22

33
go 1.24.0
44

5+
toolchain go1.24.11
6+
57
require (
68
cuelang.org/go v0.8.0
79
github.com/Masterminds/semver/v3 v3.2.1

0 commit comments

Comments
 (0)