Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 31 Jul 11:17
· 2765 commits to master since this release
0a51027

Added

  • Add Docker containers for linting, testing, building in place of
    actions/setup-go provided environment currently used by most of my Go
    projects

    • "old stable"
      • Go 1.13.x series (currently)
    • "stable"
      • Go 1.14.x series (currently)
    • "linting-only"
      • bundles staticcheck, golangci-lint linting tools into a thin image
    • "unstable"
      • Go 1.15rc1 (currently)
  • Include common linting tools used by my Go projects

    • staticcheck, golangci-lint
  • Add GitHub Actions workflows

    • lint Markdown documentation
    • lint Dockerfile files
  • Add Dependabot updates

    • GitHub Actions
    • Go modules
      • using a "trick" to have a tools module that depends on the linting
        tools that we include in our container images
    • Dockerfile base images

References