Unrud / remote-touchpad

Control mouse and keyboard from a smartphone
GNU General Public License v3.0
526 stars 50 forks source link

undefined: errors.Join #62

Closed jtghph closed 9 months ago

jtghph commented 1 year 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.

Unrud commented 9 months ago

Go >= 1.20 is required. The minimum version was erroneously set to 1.18.