Skip to content

Commit 3b64aff

Browse files
authored
Patch release v1.4.1 (#7545)
* build: bump go to 1.24.2 (#7544) Signed-off-by: sspaink <[email protected]> (cherry picked from commit 026ea16) * Prepare v1.4.1 release Signed-off-by: sspaink <[email protected]> --------- Signed-off-by: sspaink <[email protected]>
1 parent 8b07202 commit 3b64aff

File tree

4 files changed

+209
-2
lines changed

4 files changed

+209
-2
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.0
1+
1.24.2

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## 1.4.1
7+
8+
This is a security fix release for the fixes published in Go [1.24.1](https://groups.google.com/g/golang-announce/c/4t3lzH3I0eI) and [1.24.2](https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk)
9+
10+
- build: bump go to 1.24.2 (#7544) (authored by @sspaink)
11+
Addressing `CVE-2025-22870` and `CVE-2025-22871` vulnerabilities in the Go runtime.
12+
613
## 1.4.0
714

815
This release contains a security fix addressing CVE-2025-46569.

0 commit comments

Comments
 (0)