From 3625e90f2d8123f0571a99a817bd18b26afd8f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 18:14:28 +0000 Subject: [PATCH] Bump golang in /vertical-pod-autoscaler/pkg/admission-controller Bumps golang from 1.22.3 to 1.22.4. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vertical-pod-autoscaler/pkg/admission-controller/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertical-pod-autoscaler/pkg/admission-controller/Dockerfile b/vertical-pod-autoscaler/pkg/admission-controller/Dockerfile index a6cd8bb1657a..20d77fd247a0 100644 --- a/vertical-pod-autoscaler/pkg/admission-controller/Dockerfile +++ b/vertical-pod-autoscaler/pkg/admission-controller/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.22.3 as builder +FROM --platform=$BUILDPLATFORM golang:1.22.4 as builder ENV GOPATH /gopath/ ENV PATH $GOPATH/bin:$PATH