danfragoso / thdwb

🌭 The hotdog web browser and browser engine 🌭
MIT License
1.12k stars 58 forks source link

can't build #36

Open juqan opened 2 years ago

juqan commented 2 years ago

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 commented 2 years ago

how should i fix it

ajzaff commented 2 years ago

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