Aran Wilkinson
github bluesky twitter strava calendar linkedin
/about/posts/now/resume Light Dark
Entries tagged :: ci
  • 2024-03-11

    Continuous deployment with Go and GitHub Actions

    Automate Go deployments to staging and production using GitHub Actions and Fly.io. Covers pipeline configuration, environment separation, and deployment safeguards with working workflow examples.
    Read more ⟶
  • 2024-02-06

    Continuous integration with Go and GitHub Actions

    Set up a complete CI pipeline for Go projects with GitHub Actions. Covers linting with golangci-lint, running tests, handling private modules, and workflow configuration with real examples.
    Read more ⟶