Skip to content

Commit 5984eab

Browse files
docs: update GitHub Action assets (#5406)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 09167d7 commit 5984eab

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

.github/workflows/pr.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
# ex:
4141
# - 1.18beta1 -> 1.18.0-beta.1
4242
# - 1.18rc1 -> 1.18.0-rc.1
43-
# TODO(ldez) must be changed after the first release of golangci-lint with go1.24
44-
# go-version: ${{ env.GO_VERSION }}
45-
go-version: '1.23'
43+
go-version: ${{ env.GO_VERSION }}
4644
- name: lint
4745
uses: golangci/[email protected]
4846
with:

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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.64.3
11+
12+
1. Linters bug fixes
13+
* `ginkgolinter`: from 0.18.4 to 0.19.0
14+
* `go-critic`: from 0.11.5 to 0.12.0
15+
* `revive`: from 1.6.0 to 1.6.1
16+
* `gci`: fix standard packages list for go1.24
17+
2. Misc.
18+
* Build Docker images with go1.24
19+
1020
### v1.64.2
1121

1222
This is the last minor release of golangci-lint v1.

assets/github-action-config-v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.64.2"
4+
"TargetVersion": "v1.64.3"
55
},
66
"v1.10": {
77
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions"
@@ -178,7 +178,7 @@
178178
"TargetVersion": "v1.63.4"
179179
},
180180
"v1.64": {
181-
"TargetVersion": "v1.64.2"
181+
"TargetVersion": "v1.64.3"
182182
},
183183
"v1.7": {
184184
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"

assets/github-action-config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.64.2"
4+
"TargetVersion": "v1.64.3"
55
},
66
"v1.10": {
77
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions"
@@ -178,7 +178,7 @@
178178
"TargetVersion": "v1.63.4"
179179
},
180180
"v1.64": {
181-
"TargetVersion": "v1.64.2"
181+
"TargetVersion": "v1.64.3"
182182
},
183183
"v1.7": {
184184
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"

0 commit comments

Comments
 (0)