Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 394 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 394 Bytes

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