Skip to content

Commit 1bef0c9

Browse files
committed
chore: add changelog
1 parent 22b0b35 commit 1bef0c9

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 3 deletions
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

Lines changed: 10 additions & 0 deletions
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.

0 commit comments

Comments
 (0)