Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update main.go
  • Loading branch information
tis24dev committed Dec 3, 2025
commit 97747752b291ba533b4a138edfe5186d141cf7f9
2 changes: 1 addition & 1 deletion cmd/proxsave/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
const (
defaultLegacyEnvPath = "/opt/proxsave/env/backup.env"
legacyEnvFallbackPath = "/opt/proxmox-backup/env/backup.env"
goRuntimeMinVersion = "1.25.4"
goRuntimeMinVersion = "1.25.5"
networkPreflightTimeout = 2 * time.Second
bytesPerMegabyte int64 = 1024 * 1024
defaultDirPerm = 0o755
Expand Down