* Updated all Go language dependencies to latest version available * Formatted all files as per gofmt * Update Golangci-lint version to 1.48.0 * Updated action version wherer application in Github workflows * Updated Kubernetes version to latest available * Remove "io/ioutil" references and replace with "io"/"os" Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
Fission CRD generation
- Clone code-generator to generate fission CRD object deepcopy and client methods.
- MUST run code-generator in the fission root directory.
$ make codgen