Closed jtghph closed 9 months ago
Hello! I've been trying to install this project via golang, but it always gives out
root@localhost:~# go install -tags portal,uinput,x11 github.com/unrud/remote-touchpad@latest # github.com/unrud/remote-touchpad/inputcontrol go/pkg/mod/github.com/unrud/remote-touchpad@v1.4.2/inputcontrol/controller_uinput.go:77:16: undefined: errors.Join go/pkg/mod/github.com/unrud/remote-touchpad@v1.4.2/inputcontrol/controller_uinput.go:198:16: undefined: errors.Join
for me.
Is there anything that I can do? let me know.
Go >= 1.20 is required. The minimum version was erroneously set to 1.18.
Hello! I've been trying to install this project via golang, but it always gives out
for me.
Is there anything that I can do? let me know.