From 9c528ecaae466af09ba227ca4eeed31ec470d15f Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 08:50:30 -0800 Subject: [PATCH] Fix test environment setup and build system issues (#546) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jessesanford <108698+jessesanford@users.noreply.github.com> --- Makefile | 2 +- go.mod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b30e5670..67e6c1279 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ test: manifests generate fmt vet envtest ## Run tests. ifeq ($(RUN),) KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test -p 1 --tags=integration ./... -coverprofile cover.out else - KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test -p 1--tags=integration ./... -coverprofile cover.out -run $(RUN) + KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test -p 1 --tags=integration ./... -coverprofile cover.out -run $(RUN) endif diff --git a/go.mod b/go.mod index 9d4a45267..0d898c36e 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/cnoe-io/idpbuilder go 1.22.0 +toolchain go1.24.7 + require ( code.gitea.io/sdk/gitea v0.16.0 github.com/cnoe-io/argocd-api v0.0.0-20241031202925-3091d64cb3c4