Posts Tagged "CI/CD"
GitHub Actions Reference Implementation
A reference implementation for GitHub Actions CI/CD pipelines covering automated testing, linting with golangci-lint and namedreturns, semantic versioning, automatic releases, and caching strategies.
Read Post
Using CircleCI as if it was a Maven Repo
A trick for using CircleCI 1.x build artifacts as a Maven repository by fetching dependency artifacts and installing them into the local Maven cache.
Read Post