Demo app demonstrating how to use GitHub actions to implement a CI Pipeline for a Go based CLI application.
- Simple "hello world" golang app.
- Popular Golang quality tools like Go Lint and Go vet executing in the Pipeline.
- Code coverage publishing using Codecov.
- Binary release with Go Releaseer