El 5/4/25 a las 13:22, Matthias Geiger escribió:
ok      arduino.cc/builder/ctags    0.003s
?       arduino.cc/builder/gohasissues    [no test files]
FAIL    arduino.cc/builder/i18n [build failed]

Some (all?) of the errors say "non constant format string",
so maybe changing this:

return errors.Errorf("unable to copy file " + currentPath)

to this:

return errors.Errorf("unable to copy file %s", currentPath)

might help. Note the above is just an example, as there are
several occurrences, and I've not actually tested it.

Thanks.

Reply via email to