File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ test: manifests generate fmt vet envtest ## Run tests.
4040ifeq ($(RUN ) ,)
4141 KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test -p 1 --tags=integration ./... -coverprofile cover.out
4242else
43- KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test -p 1--tags=integration ./... -coverprofile cover.out -run $(RUN)
43+ KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test -p 1 --tags=integration ./... -coverprofile cover.out -run $(RUN)
4444endif
4545
4646
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module github.com/cnoe-io/idpbuilder
22
33go 1.22.0
44
5+ toolchain go1.24.7
6+
57require (
68 code.gitea.io/sdk/gitea v0.16.0
79 github.com/cnoe-io/argocd-api v0.0.0-20241031202925-3091d64cb3c4
You can’t perform that action at this time.
0 commit comments