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