Go CI

Continuous integration for Go projects: GitHub Actions pipelines, caching, golangci-lint setup, test/coverage gates, vulnerability scanning, build matrices, and Makefile targets. Use when: "set up CI", "GitHub Actions for Go", "add lint to the pipeline", "CI is slow", "coverage gate", "build matrix", "write a Makefile", "run govulncheck in CI". Not for: commit conventions (git-commit), choosing or auditing dependencies (go-dependency-audit), writing the tests themselves (go-test-quality).

eduardo-sl 602230a 5.3 KB Updated

File contents

eduardo-sl/go-agent-skills commit 602230aef9

Frequently asked questions

npx skillmds@latest add eduardo-sl/go-ci