All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add
vuln
target which runsgovulncheck
. (#305) - Add
precommit
target which is a superset ofall
target. (#309) - Add
asasalint
linter. (#328) - Add
dupword
linter. (#328) - Add
godot
linter. (#328) - Add
mnd
linter. (#328) - Add
perfsprint
linter. (#328) - Add
EXC0001
exclusion as the most common false positive. (#328)
- Update GoReleaser to
v2
. (#319) - Change
nolintlint
linter settings to not allow leading space and require to specific about which linter is being skipped. (#328) - Change
govet
linter settings to default. (#328)
- Remove
gochecknoinits
linter. (#328)
- Add
sqlclosecheck
linter. (#235)
- Fix
inst
Make target for Go 1.21. (#269)
- Adjust Build Status badge to new shields.io API. (#231)
- Fix release GitHub workflow. (#225)
- Improve GH workflows and Makefile. (#217)
- Update golangci-lint configuration. (#196)
- Update Visual Studio code configuration. (#197)
- Migrate to ghcr.io. (#203)
- Use SemVer version as release name. (#206)
- Manual changelog. (#207)
- Update Makefile. (#210)
- Bump dependencies.
- Remove VS Code Remote Container support. (#199)
- Remove info about GoDownloader as it is deprecated. (#202)
- Remove testify. (#209)
- Add
workflow_dispatch
to all workflows. (#204) - Fix docker image name. (#205)
- Fix CodeQL GH workflow permissions. (#216)
- Add CHANGELOG.md based on Keep a Changelog. (#131)
- Add CODE_OF_CONDUCT.md based on Contributor Covenant. (#133)
- Refine the triggers for the
build
GitHub workflow. (#130)- Automatic trigger for the
main
branch. - Automatic trigger for pull requests targeting the
main
branch. - Manual trigger via
workflow_dispatch
(blog post).
- Automatic trigger for the
- Lock the runners' version the in
build
andrelease
GitHub workflows. (#130) - Configure
golint
linter withmin-confidence: 0.8
to avoid false positive "should have a package comment". (#132) - Configure
gocyclo
linter withmin-complexity: 15
with is a recommended value by Go Report Card. (#132) - Update GoReleaser to 0.164.0. (#129)
- Build and push a Docker container image. (#127)
- Move the
main
package to the root directory. (#127)- It is suggested to use the
cmd
structure if the repository builds more than one application.
- It is suggested to use the
- Update .golangci.yml. (#127)
- Update GoReleaser to 0.162.0. (#126)
- Update golangci-lint to 1.39.0. (#125)