From c4b07479a530b92bddc76260274e7b07e20e1ed4 Mon Sep 17 00:00:00 2001 From: lusitania Date: Thu, 1 Aug 2024 14:58:52 +0200 Subject: [PATCH] bump go version from 1.21 to 1.22 Signed-off-by: lusitania --- .github/workflows/release.yaml | 2 +- .github/workflows/tests.yaml | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d8ae2f7..bcd7dbf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ on: - 'v*' env: - go_version: 1.21 + go_version: 1.22 jobs: release: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d255855..eb72e6f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,7 +21,7 @@ on: - "!dependabot/**" env: - go_version: '1.21' + go_version: '1.22' artifact_name: kubernetes-namespace-permission-manager artifact_bin_name: kubebuilder IMG: tagesspiegel/kubernetes-namespace-permission-manager:dev diff --git a/Makefile b/Makefile index c1bfe82..9714765 100644 --- a/Makefile +++ b/Makefile @@ -193,7 +193,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest ## Tool Versions KUSTOMIZE_VERSION ?= v5.2.1 -CONTROLLER_TOOLS_VERSION ?= v0.13.0 +CONTROLLER_TOOLS_VERSION ?= v0.15.0 .PHONY: kustomize kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary. If wrong version is installed, it will be removed before downloading.