From 52765f964dbd6667c03c40c612774805c2730160 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:33:42 +0000 Subject: [PATCH] :bug: Fix Kubernetes version in the goreleaser by upgrading it from 1.31.0 to 1.32.0 --- build/.goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/.goreleaser.yml b/build/.goreleaser.yml index a69dbb160fd..fe53bf3e549 100644 --- a/build/.goreleaser.yml +++ b/build/.goreleaser.yml @@ -46,7 +46,7 @@ builds: - darwin_amd64 - darwin_arm64 env: - - KUBERNETES_VERSION=1.31.0 + - KUBERNETES_VERSION=1.32.0 - CGO_ENABLED=0 # Only binaries of the form "kubebuilder_${goos}_${goarch}" will be released.