Skip to content

Commit 97f0a39

Browse files
committed
fix(deps): bump Go from 1.25.0 to 1.25.9 to patch stdlib CVEs
- Upgrade Go version to fix 8 stdlib vulnerabilities including CVE-2025-68121 - Update Netlify build environment to match
1 parent 0955720 commit 97f0a39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/appleboy/gorush
22

3-
go 1.25.0
3+
go 1.25.9
44

55
replace github.com/msalihkarakasli/go-hms-push => github.com/spawn2kill/go-hms-push v0.0.0-20211125124117-e20af53b1304
66

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ functions = "release/linux/lambda"
55
[build.environment]
66
GO111MODULE = "on"
77
GO_IMPORT_PATH = "github.com/appleboy/gorush"
8-
GO_VERSION = "1.25.0"
8+
GO_VERSION = "1.25.9"
99

1010
[[redirects]]
1111
from = "/*"

0 commit comments

Comments
 (0)