Github Actions and Go

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • act

    Run your GitHub Actions locally 🚀

  • i use this cli tool for this: https://github.com/nektos/act

  • acmd

    Simple, useful and opinionated CLI package in Go.

  • For average repo it takes seconds so I don't see a good reason to optimise it (example https://github.com/cristalhq/acmd/actions/runs/4477453520/jobs/7869000045). However, `go vet` can be done after `go build/test`.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • go-sqlite3

    Go bindings to SQLite using wazero (by ncruces)

  • Shameless plug: if you want to do everything from GitHub Actions, no other dependencies, look into ncruces/go-coverage-report for coverage. See it in action here.

  • go

    The Go programming language

  • See my other comment. Other tools, like staticcheck allow you to ignore false positives; vet doesn't by design.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts