Share
## https://sploitus.com/exploit?id=25B459DA-D028-5D4A-9AD3-81C64F3BDFF3
# Golang CI/CD POC Project

POC project for trying out different CI/CD approaches (using GH Actions) for a Go API project.


## TODO

- add basic "hello world" api code
- follow basic github instructions for setup: https://docs.github.com/en/actions/tutorials/build-and-test-code/go
- build
- run tests
- incorporate linting
    - golangci-lint
- check formatting
    - sim.
- release support
    - gorelease?
    - other?
- dependabot setup
- changelog management
- conventional commits ??