Skip to content

Commit 09d55c7

Browse files
authored
Merge pull request #263 from kubernetes-sigs/update-image-go-version
🌱 bump go version in container image to 1.22
2 parents 914a62f + 64e4981 commit 09d55c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ARG ARCH
1616

1717
# Build the manager binary
18-
FROM golang:1.21 as builder
18+
FROM golang:1.22 as builder
1919

2020
WORKDIR /workspace
2121
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)