How to use private go module in GitHub Actions
Sometimes you may want to keep your go modules private and separated in a
private GitHub repository. Here I will show you how to setup your GitHub
actions to use a private go module hosted on GitHub.
TLDR: Create a personal access token, set a git co...
blog.fabianmendez.dev2 min read