Skip to content

Commit 95c39ac

Browse files
docs: update GitHub Action assets (#5292)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent c114969 commit 95c39ac

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ If you value it, consider supporting us, we appreciate it! ❤️
77
[![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
88
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](https://github.com/sponsors/golangci)
99

10-
### v1.63.2
10+
### v1.63.4
11+
12+
1. Linters bug fixes
13+
* `dupl`, `gomodguard`, `revive`: keep only Go-files.
14+
15+
### v1.63.3
1116

1217
1. Linters bug fixes
1318
* `gofmt`, `gofumpt`, `goimports`, `gci`: panic with several trailing EOL

Diff for: 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.63.3",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.3/golangci-lint-1.63.3-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.63.4",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.4/golangci-lint-1.63.4-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"
@@ -225,8 +225,8 @@
225225
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.62.2/golangci-lint-1.62.2-linux-amd64.tar.gz"
226226
},
227227
"v1.63": {
228-
"TargetVersion": "v1.63.3",
229-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.3/golangci-lint-1.63.3-linux-amd64.tar.gz"
228+
"TargetVersion": "v1.63.4",
229+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.4/golangci-lint-1.63.4-linux-amd64.tar.gz"
230230
},
231231
"v1.7": {
232232
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.14.0 and later versions"

0 commit comments

Comments
 (0)