I am trying to run go test -v -cover -race -tags=integration_tests ./...
but it gives me the following error: package event-service/internal/form is not in GOROOT
GOPATH="/home/user/go"
GOROOT="/usr/local/go"
GO Version: go1.17.5 linux/amd64
I am trying to run go test -v -cover -race -tags=integration_tests ./...
but it gives me the following error: package event-service/internal/form is not in GOROOT
GOPATH="/home/user/go"
GOROOT="/usr/local/go"
GO Version: go1.17.5 linux/amd64