-
A recent Go distribution (>=1.14) with enabled Go modules
-
Docker or Podman
-
The
make
binary
# inside your $GOPATH/src/*
$ git clone https://github.com/openshift/gcp-project-operator
$ cd gcp-project-operator
$ make
This will build the binaries (which can then be found in gcp-project-operator/build/_output/bin
) and run tests.