errcheck v1.20.0 Release Notes
Release Date: 2026-05-12 // about 1 month ago-
What's Changed
- ⬆️ bump GitHub Actions by @shogo82148 in #277
- ⬆️ Upgraded tools to latest, minimum go version to 1.25 by @michaeldimchuk in #279
- 0️⃣ Exclude crypto/sha3.Read and crypto/sha3.Write by default by @shogo82148 in #276
- 👌 Support excludes for functions with type parameters by @konradreiche in #278
🆕 New Contributors
- @shogo82148 made their first contribution in #277
- @michaeldimchuk made their first contribution in #279
- @konradreiche made their first contribution in #278
Full Changelog : v1.10.0...v1.20.0
Previous changes from v1.11
-
⏱ b367e75 Limit the amount of memory errcheck uses with smarter goroutine scheduling
👍 175c8b8 Drop support for Go 1.10 and Go 1.9
⬆️ 77437ce Upgrade golang.org/x/tools to latest
e327f15 Fix #139: Add example of excluding a call to a vendored dependency
⚡️ ff9d777 Update .travis.yml
⚡️ dd5e04e Update .travis.yml
🏗 aaeeb43 Use svg for ci build graphics
2050f4e Fix regression that occurs when GO111MODULE=on
⚡️ f4fbc7c .travis.yml, tests: Update for GO111MODULE=on [ci-skip]
🏗 ff068b1 .travis.yml: Grow the build matrix, pin golang.org/x/tools version
✅ 3bf72b1 errcheck_test.go: Better error reporting for debugging
🚚 4f924b3 errcheck_test.go: Remove dead code