/github-actions-demo-go

Demo app demonstrating how to use GitHub actions to implement a CI Pipeline for a Go based CLI application.

Primary LanguageMakefileMIT LicenseMIT

Go GitHub Actions Demo

Demo app demonstrating how to use GitHub actions to implement a CI Pipeline for a Go based CLI application.

Features

  • 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