fix(security): fix CVE-2025-68121 by upgrading Go compiler BE-12581 (#1813)

This commit is contained in:
andres-portainer
2026-02-06 13:17:12 -03:00
committed by GitHub
parent f866572cbf
commit ac7cb2ee19
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ see also:
## Package Manager
- **PNPM** 10+ (for frontend)
- **Go** 1.25.5 (for backend)
- **Go** 1.25.7 (for backend)
## Build Commands

2
go.mod
View File

@@ -1,6 +1,6 @@
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.