Skip to content

Commit d94cbbf

Browse files
docs: update GitHub Action assets (#4731)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 8c4cfb6 commit d94cbbf

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ brews:
9292
- repository:
9393
owner: golangci
9494
name: homebrew-tap
95-
folder: Formula
95+
directory: Formula
9696
homepage: https://golangci.com
9797
description: Fast linters runner for Go.
9898
install: |

CHANGELOG.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Follow 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
6573
6. Documentation
66-
* docs: remove deprecated Atom from Editor Integrations
74+
* Remove deprecated Atom from Editor Integrations
6775

6876
GitHub 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
123131
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`)
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
143151
5. 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

assets/github-action-config.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.58.1",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.1/golangci-lint-1.58.1-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.58.2",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.2/golangci-lint-1.58.2-linux-amd64.tar.gz"
66
},
77
"v1.10": {
88
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -202,8 +202,8 @@
202202
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.2/golangci-lint-1.57.2-linux-amd64.tar.gz"
203203
},
204204
"v1.58": {
205-
"TargetVersion": "v1.58.1",
206-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.1/golangci-lint-1.58.1-linux-amd64.tar.gz"
205+
"TargetVersion": "v1.58.2",
206+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.2/golangci-lint-1.58.2-linux-amd64.tar.gz"
207207
},
208208
"v1.6": {
209209
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"

0 commit comments

Comments
 (0)