diff --git a/build/dependencies.yaml b/build/dependencies.yaml index b6934814bf4..10a6846799f 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -136,6 +136,8 @@ dependencies: - path: build/build-image/cross/VERSION - path: hack/lib/golang.sh match: minimum_go_version=go([0-9]+\.[0-9]+) + - path: staging/src/k8s.io/kms/internal/plugins/_mock/Dockerfile + match: golang:([0-9]+\.[0-9]+).0-bullseye - name: "registry.k8s.io/kube-cross: dependents" version: v1.32.0-go1.23.0-bullseye.0 diff --git a/staging/src/k8s.io/kms/internal/plugins/_mock/Dockerfile b/staging/src/k8s.io/kms/internal/plugins/_mock/Dockerfile index 9e850539896..749e96381bc 100644 --- a/staging/src/k8s.io/kms/internal/plugins/_mock/Dockerfile +++ b/staging/src/k8s.io/kms/internal/plugins/_mock/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22.0-bullseye as builder +FROM golang:1.23.0-bullseye as builder WORKDIR /workspace