From 22bb59383b0b568eb3c8bb1c70afcde0166c1c81 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:13:35 +0000 Subject: [PATCH] :seedling: Update Builder Image group to v1.57.2 | datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | github-tags | golangci/golangci-lint | v1.56.2 | v1.57.2 | --- images/builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/builder/Dockerfile b/images/builder/Dockerfile index 0f9ccdd1..31c3c7ce 100644 --- a/images/builder/Dockerfile +++ b/images/builder/Dockerfile @@ -26,7 +26,7 @@ FROM cgr.dev/chainguard/wolfi-base:latest as wolfi # update: datasource=github-tags depName=kubernetes-sigs/cluster-api ARG CLUSTERCTL_VERSION="v1.6.3" # update: datasource=github-tags depName=golangci/golangci-lint -ENV GOLANGCI_VERSION="v1.56.2" +ENV GOLANGCI_VERSION="v1.57.2" # update: datasource=github-tags depName=kubernetes-sigs/kind ARG KIND_VERSION="v0.22.0" # update: datasource=github-tags depName=kubernetes/kubernetes