feat: update default x86 server type to cx23

`cx22` is deprecated and will be removed in January 2026.

Changelog: https://docs.hetzner.cloud/changelog#2025-10-16-server-types-deprecated
This commit is contained in:
Julian Tölle 2025-11-06 20:58:04 +01:00
parent 43d0405d2b
commit 466c05636a

View file

@ -34,7 +34,7 @@ var (
}
serverTypePerArchitecture = map[hcloud.Architecture]*hcloud.ServerType{
hcloud.ArchitectureX86: {Name: "cx22"},
hcloud.ArchitectureX86: {Name: "cx23"},
hcloud.ArchitectureARM: {Name: "cax11"},
}