fix(security): fix CVE-2025-68121 by upgrading Go compiler BE-12581 (#1813)
This commit is contained in:
@@ -11,7 +11,7 @@ see also:
|
|||||||
## Package Manager
|
## Package Manager
|
||||||
|
|
||||||
- **PNPM** 10+ (for frontend)
|
- **PNPM** 10+ (for frontend)
|
||||||
- **Go** 1.25.5 (for backend)
|
- **Go** 1.25.7 (for backend)
|
||||||
|
|
||||||
## Build Commands
|
## Build Commands
|
||||||
|
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
|||||||
module github.com/portainer/portainer
|
module github.com/portainer/portainer
|
||||||
|
|
||||||
go 1.25.5
|
go 1.25.7
|
||||||
|
|
||||||
replace github.com/robfig/cron/v3 => github.com/robfig/cron/v3 v3.0.1 // Not actively maintained. Pinned to last known good version. Review needed when upgrading.
|
replace github.com/robfig/cron/v3 => github.com/robfig/cron/v3 v3.0.1 // Not actively maintained. Pinned to last known good version. Review needed when upgrading.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user