_config: Avoid choice between go1.22 and go1.22-openssl

Signed-off-by: Eugenio Paolantonio <eugenio.paolantonio@suse.com>
This commit is contained in:
Eugenio Paolantonio 2024-12-24 19:04:44 +01:00
parent a17ec405c4
commit 2d640984de

View File

@ -1218,6 +1218,10 @@ Prefer: go -go1.13
# avoid choice go1.21 / go1.21-openssl. meissner 20240903
Prefer: -go1.21-openssl
# Avoid choice go1.22 / go1.22-openssl
# Requested by Eugenio 2024-12-24
Prefer: -go1.22-openssl
# default version in SLFO is 1.23, avoid choice for >= go1.22
Prefer: go1.23