Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions assets/github-action-config-v1.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions assets/github-action-config.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Loading