Skip to content

Commit 991ad8e

Browse files
Madhu-1mergify[bot]
authored andcommitted
ci: update go version in dockerfile
updating the go version in dockerfile Signed-off-by: Madhu Rajanna <[email protected]>
1 parent d17dcf3 commit 991ad8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)