Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllSupportedDistros = []string{
"ubuntu",
"debian",
"fedora",
"opensuse",
"centos",
"rocky",
"almalinux",
}
List of distros we officially support
View Source
var AllSupportedDistrosVersions = map[string][]string{
"almalinux": {
"9",
},
"rocky": {
"9",
},
"ubuntu": {
"22.04",
"24.04",
"24.10",
"25.04",
},
"debian": {
"11",
"12",
"13",
},
"fedora": {
"40",
"41",
"42",
},
"opensuse": {
"15",
},
"centos": {
"9",
"10",
},
}
Functions ¶
func IsVersionSupported ¶
IsVersionSupported checks compatibility
Types ¶
Click to show internal directories.
Click to hide internal directories.