Open excing opened 3 years ago
the following error occurs
main-packr.go:8:8: package home/runner/work/KnowlGraph/KnowlGraph/packrd is not in GOROOT (/opt/hostedtoolcache/go/1.15.12/x64/src/home/runner/work/KnowlGraph/KnowlGraph/packrd)
Experiencing the same issue here. Do you have any workaround or have you figure out why is this happening?
BTW I was able to solve this issue in Github Actions by setting the GO111MODULE=on environment variable
GO111MODULE=on
the following error occurs