Skip to content

Commit c58ddd3

Browse files
docs: update GitHub Action assets (#5288)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent e1b7346 commit c58ddd3

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ If you value it, consider supporting us, we appreciate it! ❤️
99

1010
### v1.63.2
1111

12+
1. Linters bug fixes
13+
* `gofmt`, `gofumpt`, `goimports`, `gci`: panic with several trailing EOL
14+
* `goheader`: skip issues with invalid positions
15+
16+
### v1.63.2
17+
1218
1. Linters bug fixes
1319
* `gofmt`, `gofumpt`, `goimports`, `gci`: panic with missing trailing EOL
1420

assets/github-action-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.63.2",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.2/golangci-lint-1.63.2-linux-amd64.tar.gz"
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"
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.2",
229-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.2/golangci-lint-1.63.2-linux-amd64.tar.gz"
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"
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)