Skip to content

v1.26.1-pro

Compare
Choose a tag to compare
@caarlos0 caarlos0 released this 15 May 13:46
· 1 commit to main since this release
737d1c0

Changelog

Shared with OSS

Security updates

Bug fixes

  • fix(build): do not print 'go: downloading' bits of go build output (#4869)
  • fix(cmd): --draft should only override if set
  • fix: close HTTP resp body to prevent resource leak (#4857)
  • fix: disable logs on some commands (#4865)
  • fix: fix nolintlint issues (#4854)
  • refactor: remove unneeded in Go 1.22 loop var copy (#4856)

Documentation updates

  • docs: announce v1.26 (#4851)
  • docs: update action docs
  • docs: update old Go website links (#4855)

Build process updates

  • build: disable appendAssign gocritic check