From e65415f10a6f5708604deca089eee6b165174e5e Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:08:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20Upgrade=20goreleaser=20(#4041)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update GoReleaser configuration file to version 2 * update GoReleaser configuration file to fix kubernetes version from 1.27.1 to 1.30.0 --- build/.goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/.goreleaser.yml b/build/.goreleaser.yml index 70a661ca701..b643a9f7667 100644 --- a/build/.goreleaser.yml +++ b/build/.goreleaser.yml @@ -16,6 +16,8 @@ # Make sure to check the documentation at http://goreleaser.com # Global environment variables that are needed for hooks and builds. +version: 2 + env: - GO111MODULE=on @@ -45,7 +47,7 @@ builds: - darwin_amd64 - darwin_arm64 env: - - KUBERNETES_VERSION=1.27.1 + - KUBERNETES_VERSION=1.30.0 - CGO_ENABLED=0 # Only binaries of the form "kubebuilder_${goos}_${goarch}" will be released.