ci(renovate): stop dependency updates from bumping the go directive (#2951)

This commit is contained in:
Valentin Maerten
2026-08-03 22:05:23 +02:00
committed by GitHub
parent c05bdcddf5
commit c5b977ccc1
2 changed files with 6 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ type InvalidValueError struct {
func (err InvalidValueError) Error() string {
return fmt.Sprintf(
"task: Experiment %q has an invalid value %q (allowed values: %s)",
"task: Experiment %q has an invalid value %d (allowed values: %s)",
err.Name,
err.Value,
strings.Join(slicesext.Convert(err.AllowedValues, strconv.Itoa), ", "),