Skip to content

v1.16.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 16:47
· 2 commits to master since this release
b9bc17a

What's Changed

Features

Bug Fixes

  • use-errors-new: disable for Go 1.26 by @alexandear in #1697
  • use-any: enable only for Go 1.18+ by @alexandear in #1699
  • empty-block: skip bare for-range loops by @alexandear in #1710
  • comment-spacings: ignore //#nosec directive by default by @alexandear in #1713
  • add-constant: ignore empty string literals by @alexandear in #1716
  • unhandled-error: ignore fmt.Fprintf with strings.Builder or bytes.Buffer by @alexandear in #1726
  • package-comments: fix false positive on CRLF sources by @Eljees in #1763
  • checkstyle formatter: fix invalid XML for filenames with & or " by @VXNCXNX in #1770
  • Log rule internal failures instead of aborting File.lint by @far4599 in #1719
  • Stamp release binaries with version, commit, date and builder by @Eljees in #1764

Documentation

Dependency Updates

  • Update module github.com/golangci/golangci-lint/v2 to v2.11.1 by @renovate[bot] in #1668
  • Update module codeberg.org/chavacava/garif to v0.2.1 by @renovate[bot] in #1673
  • Update module github.com/golangci/golangci-lint/v2 to v2.11.2 by @renovate[bot] in #1674
  • Update module golang.org/x/sync to v0.20.0 by @renovate[bot] in #1675
  • Update module golang.org/x/sys to v0.42.0 by @renovate[bot] in #1677
  • Update module mvdan.cc/sh/v3 to v3.13.0 by @renovate[bot] in #1680
  • Update module github.com/golangci/golangci-lint/v2 to v2.11.3 by @renovate[bot] in #1681
  • Update module golang.org/x/mod to v0.34.0 by @renovate[bot] in #1683
  • Update module golang.org/x/tools to v0.43.0 by @renovate[bot] in #1684
  • Update module github.com/fatih/color to v1.19.0 by @renovate[bot] in #1691
  • Update module github.com/golangci/golangci-lint/v2 to v2.11.4 by @renovate[bot] in #1692
  • Update module golang.org/x/text to v0.35.0 by @renovate[bot] in #1693
  • Update module github.com/hashicorp/go-version to v1.9.0 by @renovate[bot] in #1700
  • Update module mvdan.cc/sh/v3 to v3.13.1 by @renovate[bot] in #1702
  • Update golang docker tag to v1.26.2 by @renovate[bot] in #1703
  • Update module golang.org/x/mod to v0.35.0 by @renovate[bot] in #1705
  • Update module golang.org/x/tools to v0.44.0 by @renovate[bot] in #1708
  • Update gomod by @renovate[bot] in #1709
  • Update module github.com/golangci/golangci-lint/v2 to v2.12.1 by @renovate[bot] in #1721
  • Update module github.com/mattn/go-isatty to v0.0.22 by @renovate[bot] in #1722
  • Update golang docker tag to v1.26.3 by @renovate[bot] in #1727
  • Update module github.com/golangci/golangci-lint/v2 to v2.12.2 by @renovate[bot] in #1725
  • Update gomod by @renovate[bot] in #1730
  • Update module golang.org/x/tools to v0.45.0 by @renovate[bot] in #1729
  • Update module golang.org/x/sys to v0.45.0 by @renovate[bot] in #1738
  • Update golang docker tag to v1.26.4 by @renovate[bot] in #1740
  • Update module golang.org/x/tools to v0.46.0 by @renovate[bot] in #1746
  • Update module golang.org/x/tools to v0.47.0 by @renovate[bot] in #1751
  • Update golang docker tag to v1.26.5 by @renovate[bot] in #1762
  • Update module golang.org/x/tools to v0.48.0 by @renovate[bot] in #1759
  • Update module golang.org/x/mod to v0.40.0 by @renovate[bot] in #1758

Chores & Internal

New Contributors

Full Changelog: v1.15.0...v1.16.0