You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As detailed here, this library relies on a dependency that breaks with go1.19 (more on this can be found at golang/go#54227)
I suggest changing go.rice in favor of go embed package.
To reproduce
Download and install go1.19
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz
Describe the problem
As detailed here, this library relies on a dependency that breaks with go1.19 (more on this can be found at golang/go#54227)
I suggest changing
go.rice
in favor of goembed
package.To reproduce
Download and install go1.19
Build and run the project
Expected behavior
working command
Arduino Firmware Uploader version
latest
Operating system
Linux
Operating system version
Ubuntu 20.04.4 LTS
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: