1
1
Follow the news and releases on [ Mastodon] ( https://fosstodon.org/@golangcilint ) and on [ Twitter] ( https://twitter.com/golangci ) .
2
2
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
4
12
5
13
### v1.58.1
6
14
@@ -63,7 +71,7 @@ There is the most valuable changes log:
63
71
* Add ` pre-commit ` hook to run ` config verify `
64
72
* Improve ` github-action ` output
65
73
6 . Documentation
66
- * docs: remove deprecated Atom from Editor Integrations
74
+ * Remove deprecated Atom from Editor Integrations
67
75
68
76
GitHub Action (v5.1.0) for golangci-lint:
69
77
- 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:
121
129
* ` wrapcheck ` : from 2.8.1 to 2.8.3
122
130
* Disable ` copyloopvar ` and ` intrange ` on Go < 1.22
123
131
3 . 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 ` )
126
134
* Allow custom sort order for the reports (` output.sort-order ` )
127
135
* Automatically adjust the maximum concurrency to the container CPU quota if ` run.concurrency=0 `
128
136
* Add ` config verify ` command to check the configuration against the JSON Schema
@@ -142,8 +150,8 @@ GitHub Action (v5.1.0) for golangci-lint:
142
150
* Use ` GOTOOLCHAIN=auto ` inside the Docker images
143
151
5 . Documentation
144
152
* ⚠️ 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
147
155
* Reorganize documentation pages
148
156
* Add an explanation about the configuration file inside golangci-lint repository
149
157
0 commit comments