Skip to content

Releases: golang-templates/seed

0.23.0

23 Dec 20:56
Immutable release. Only release title and notes can be modified.
v0.23.0
ce03de0

Choose a tag to compare

Added

  • Add mdlint target which runs markdownlint-cli. (#443)

Changed

  • Replace Dependabot with Renovate for dependency updates. (#438, #442)

What's Changed

  • build(deps): bump github/codeql-action from 3.30.3 to 3.30.5 by @dependabot[bot] in #418
  • build(deps): bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #420
  • build(deps): bump github/codeql-action from 3.30.5 to 3.30.6 by @dependabot[bot] in #419
  • build(deps): bump github/codeql-action from 3.30.6 to 4.30.8 by @dependabot[bot] in #421
  • build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #423
  • build(deps): bump github/codeql-action from 4.30.8 to 4.31.0 by @dependabot[bot] in #424
  • build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 by @dependabot[bot] in #425
  • build(deps): bump github/codeql-action from 4.31.2 to 4.31.3 by @dependabot[bot] in #426
  • build(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 by @dependabot[bot] in #427
  • build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #429
  • build(deps): bump github/codeql-action from 4.31.3 to 4.31.4 by @dependabot[bot] in #428
  • build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #430
  • build(deps): bump github/codeql-action from 4.31.4 to 4.31.7 by @dependabot[bot] in #433
  • build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #432
  • build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #434
  • build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #435
  • build(deps): bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #436
  • chore: Configure Renovate by @renovate[bot] in #438
  • Replace Dependabot with Renovate or dependency updates by @pellared in #442
  • feat: add markdownlint by @pellared in #443
  • docs: update README.md to include markdownlint-cli in linting section by @pellared in #446
  • feat: add gomodTidy to postUpdateOptions in renovate.json by @pellared in #447
  • chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.7.2 by @renovate[bot] in #444
  • chore(deps): update module github.com/goreleaser/goreleaser/v2 to v2.13.1 by @renovate[bot] in #445
  • chore(deps): update github/codeql-action action to v3.31.9 by @renovate[bot] in #440
  • chore(deps): update github/codeql-action action to v4 by @renovate[bot] in #448
  • improve Renovate for Makefile versioning to use digest by @pellared in #449
  • chore(deps): update ghcr.io/igorshubovych/markdownlint-cli docker tag to v0.47.0 by @renovate[bot] in #450
  • Release v0.23.0 by @pellared in #451

New Contributors

Full Changelog: v0.22.1...v0.23.0

0.22.1

17 Sep 18:56
Immutable release. Only release title and notes can be modified.
v0.22.1
7bf8312

Choose a tag to compare

Fixed

  • Fix dependabot configuration. (#414)

0.22.0

17 Sep 17:47
Immutable release. Only release title and notes can be modified.
v0.22.0
f76345a

Choose a tag to compare

Added

  • Add run target which runs go run. (#376)

Changed

  • Update golangci-lint to v2. (#412)
  • Update GoReleaser archive configuration. (#390)

Fixed

  • Allow testing when CGO_ENABLED=0. (#383)
  • Fix JSON errors in VS Code settings. (#387)

0.21.0

11 Mar 07:21
v0.21.0
c0bdf40

Choose a tag to compare

Added

  • Apply security best practices. (#359)

Changed

  • Use go tool instead of blank imports in tools.go. (#364)
  • Update golangci-lint configuration and do not print Make target names. (#358)

0.20.0

30 Jul 11:32
dbd11a6

Choose a tag to compare

Added

  • Add vuln target which runs govulncheck. (#305)
  • Add precommit target which is a superset of all 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)

Changed

  • 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)

0.19.0

19 Feb 11:43
382ac74

Choose a tag to compare

Added

  • Add sqlclosecheck linter. (#235)

Changed

  • Change license to CC0-1.0. (#241)
  • Update Codecov instructions for v4. (#289)

Fixed

  • Fix inst Make target for Go 1.21. (#269)

0.18.0

25 Jan 20:53
c448ad8

Choose a tag to compare

Changed

Fixed

  • Adjust Build Status badge to new shields.io API. (#231)

0.17.1

05 Nov 10:11
9d93da6

Choose a tag to compare

Fixed

  • Fix release GitHub workflow. (#225)

0.17.0

05 Nov 09:53
ead658c

Choose a tag to compare

Changed

  • Update golangci-lint configuration. (#222)
  • Update Make targets. (#224)

Removed

  • Remove go-acc and use coverpkg flag instead. (#221)

0.16.1

12 Oct 17:41
14936f4

Choose a tag to compare

Fixed

  • Improve GH workflows and Makefile. (#217)