Release v0.1.0
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
- bundles
- "unstable"
- Go 1.15rc1 (currently)
- "old stable"
-
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
- using a "trick" to have a
- Dockerfile base images
References
- See the
v0.1.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.