mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 13:21:01 +00:00
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:
parent
43d0405d2b
commit
466c05636a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ var (
|
|||
}
|
||||
|
||||
serverTypePerArchitecture = map[hcloud.Architecture]*hcloud.ServerType{
|
||||
hcloud.ArchitectureX86: {Name: "cx22"},
|
||||
hcloud.ArchitectureX86: {Name: "cx23"},
|
||||
hcloud.ArchitectureARM: {Name: "cax11"},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue