11Follow the news and releases on [ Mastodon] ( https://fosstodon.org/@golangcilint ) and on [ Twitter] ( https://twitter.com/golangci ) .
22
3- There is the most valuable changes log:
3+ ### v1.58.2
4+
5+ 1 . Updated linters
6+ * ` canonicalheader ` : from 1.0.6 to 1.1.1
7+ * ` gosec ` : from 2.19.0 to 2.20.0
8+ * ` musttag ` : from 0.12.1 to 0.12.2
9+ * ` nilnil ` : from 0.1.8 to 0.1.9
10+ 2 . Documentation
11+ * Improve integrations and install pages
412
513### v1.58.1
614
@@ -63,7 +71,7 @@ There is the most valuable changes log:
6371 * Add ` pre-commit ` hook to run ` config verify `
6472 * Improve ` github-action ` output
65736 . Documentation
66- * docs: remove deprecated Atom from Editor Integrations
74+ * Remove deprecated Atom from Editor Integrations
6775
6876GitHub Action (v5.1.0) for golangci-lint:
6977- supports for ` pull ` , ` pull_request_target ` , and ` merge_group ` events with the option ` only-new-issues ` .
@@ -121,8 +129,8 @@ GitHub Action (v5.1.0) for golangci-lint:
121129 * ` wrapcheck ` : from 2.8.1 to 2.8.3
122130 * Disable ` copyloopvar ` and ` intrange ` on Go < 1.22
1231313 . Enhancements
124- * 🧩 New custom linters system https://golangci-lint.run/plugins/module-plugins/
125- * 🎉 Allow running only a specific linter without modifying the file configuration (` --enable-only ` )
132+ * 🧩New custom linters system https://golangci-lint.run/plugins/module-plugins/
133+ * Allow running only a specific linter without modifying the file configuration (` --enable-only ` )
126134 * Allow custom sort order for the reports (` output.sort-order ` )
127135 * Automatically adjust the maximum concurrency to the container CPU quota if ` run.concurrency=0 `
128136 * Add ` config verify ` command to check the configuration against the JSON Schema
@@ -142,8 +150,8 @@ GitHub Action (v5.1.0) for golangci-lint:
142150 * Use ` GOTOOLCHAIN=auto ` inside the Docker images
1431515 . Documentation
144152 * ⚠️ Define the linter deprecation cycle https://golangci-lint.run/product/roadmap/#linter-deprecation-cycle
145- * 🎉 Use information from the previous release to create linter pages
146- * 🎉 Publish JSON schema on https://golangci-lint.run/jsonschema/golangci.jsonschema.json
153+ * 🎉Use information from the previous release to create linter pages
154+ * Publish JSON schema on https://golangci-lint.run/jsonschema/golangci.jsonschema.json
147155 * Reorganize documentation pages
148156 * Add an explanation about the configuration file inside golangci-lint repository
149157
0 commit comments