Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 609 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 609 Bytes

Contributing

Setting up the code in local

  • Fork and clone this repo.
  • Ensure you have the latest version of golang and make installed.
  • To format the code, run command make fmt.
  • To build the project, run command make build.
  • To run only the tests, run command make test.

Upgrading dependencies

  • For golang, to upgrade the golang version in go.mod file.
  • For code dependencies, run command make update-deps
  • For actions, go inside the yamls present in the workflows and bump the versions.