Skip to content

Commit

Permalink
docs: Update documentation and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 15, 2024
1 parent 58a724a commit 468b8ff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)

There is the most valuable changes log:

### v1.56.2

1. updated linters
* `go-critic`: from 0.11.0 to 0.11.1
* `gosec`: from 2.18.2 to 2.19.0
* `testifylint`: from 1.1.1 to 1.1.2
* `usestdlibvars`: from 1.24.0 to 1.25.0
* `wsl`: from 4.2.0 to 4.2.1
2. misc.
* Fix missing version in Docker image
3. Documentation
* Explain the limitation of new-from-rev and new-from-patch

### v1.56.1

1. updated linters
Expand Down
8 changes: 4 additions & 4 deletions assets/github-action-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
"TargetVersion": "v1.56.1",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.1/golangci-lint-1.56.1-linux-amd64.tar.gz"
"TargetVersion": "v1.56.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
Expand Down Expand Up @@ -194,8 +194,8 @@
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.55.2/golangci-lint-1.55.2-linux-amd64.tar.gz"
},
"v1.56": {
"TargetVersion": "v1.56.1",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.1/golangci-lint-1.56.1-linux-amd64.tar.gz"
"TargetVersion": "v1.56.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"
},
"v1.6": {
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
Expand Down

0 comments on commit 468b8ff

Please sign in to comment.