thdwb icon indicating copy to clipboard operation
thdwb copied to clipboard

can't build

Open juqan opened this issue 2 years ago • 2 comments

elrut@linuzzzz:~/thdwb$ make assets/icons.go:3:8: package embed is not in GOROOT (/usr/lib/go-1.15/src/embed) make: *** [Makefile:11: run] Error 1

juqan avatar Jun 04 '22 14:06 juqan

how should i fix it

juqan avatar Jun 04 '22 14:06 juqan

It looks like you are using Go 1.15. You must update your local Go version to Go >= 1.16 build the project.

ajzaff avatar Jun 04 '22 16:06 ajzaff