diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 25e028128261..2f4120e6c055 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -40,9 +40,7 @@ jobs: # ex: # - 1.18beta1 -> 1.18.0-beta.1 # - 1.18rc1 -> 1.18.0-rc.1 - # TODO(ldez) must be changed after the first release of golangci-lint with go1.24 - # go-version: ${{ env.GO_VERSION }} - go-version: '1.23' + go-version: ${{ env.GO_VERSION }} - name: lint uses: golangci/golangci-lint-action@v6.3.2 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 045a1b92bc9d..fe8a98ba8aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ If you value it, consider supporting us, we appreciate it! ❤️ [![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint) [![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](/~https://github.com/sponsors/golangci) +### v1.64.3 + +1. Linters bug fixes + * `ginkgolinter`: from 0.18.4 to 0.19.0 + * `go-critic`: from 0.11.5 to 0.12.0 + * `revive`: from 1.6.0 to 1.6.1 + * `gci`: fix standard packages list for go1.24 +2. Misc. + * Build Docker images with go1.24 + ### v1.64.2 This is the last minor release of golangci-lint v1. diff --git a/assets/github-action-config-v1.json b/assets/github-action-config-v1.json index 11c9c69843c0..10dba0e95ad2 100644 --- a/assets/github-action-config-v1.json +++ b/assets/github-action-config-v1.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.64.2" + "TargetVersion": "v1.64.3" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions" @@ -178,7 +178,7 @@ "TargetVersion": "v1.63.4" }, "v1.64": { - "TargetVersion": "v1.64.2" + "TargetVersion": "v1.64.3" }, "v1.7": { "Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions" diff --git a/assets/github-action-config.json b/assets/github-action-config.json index 11c9c69843c0..10dba0e95ad2 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.64.2" + "TargetVersion": "v1.64.3" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions" @@ -178,7 +178,7 @@ "TargetVersion": "v1.63.4" }, "v1.64": { - "TargetVersion": "v1.64.2" + "TargetVersion": "v1.64.3" }, "v1.7": { "Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"