How to do Continuous integration with Golang and GitHub Actions
This post will teach us how to use GitHub Actions to create a continuous integration (CI) pipeline that automatically tests, vets, and lints your Golang code. For solo projects, I usually create a pre-commit Git hook to carry out these kinds of checks, but for team projects or open-source work — where you don’t have […]