From 7c18f35fa8bac574c10f5a9495ac0f95bc3f02fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 04:31:01 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22 --- cluster/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/Dockerfile b/cluster/Dockerfile index 6486c7b..611ae5a 100644 --- a/cluster/Dockerfile +++ b/cluster/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.16 as builder +FROM golang:1.22 as builder WORKDIR /workspace # Copy the Go Modules manifests