Skip to content

Commit 2d28ea5

Browse files
committed
build: update go version to 1.24 in Dockerfiles
update go version to 1.24 in Dockerfiles due to version upgrade in tools image Signed-off-by: Nikhil-Ladha <[email protected]>
1 parent 2a36bbe commit 2d28ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.23 AS builder
2+
FROM golang:1.24 AS builder
33

44
# Copy the contents of the repository
55
COPY . /workspace/go/src/github.com/csi-addons/kubernetes-csi-addons

build/Containerfile.sidecar

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the sidecar binary
2-
FROM golang:1.23 AS builder
2+
FROM golang:1.24 AS builder
33

44
# Copy the contents of the repository
55
COPY . /workspace/go/src/github.com/csi-addons/kubernetes-csi-addons

0 commit comments

Comments
 (0)