Testground Make install error

I executed “make install” on the terminal and returned the following error
main.go:7:2: cannot find package “github.com/testground/testground/pkg/cmd” in any of:
/usr/local/go/src/github.com/testground/testground/pkg/cmd (from $GOROOT)
/usr/local/go/gopath/src/github.com/testground/testground/pkg/cmd (from $GOPATH)
main.go:8:2: cannot find package “github.com/testground/testground/pkg/logging” in any of:
/usr/local/go/src/github.com/testground/testground/pkg/logging (from $GOROOT)
/usr/local/go/gopath/src/github.com/testground/testground/pkg/logging (from $GOPATH)
main.go:10:2: cannot find package “github.com/urfave/cli/v2” in any of:
/usr/local/go/src/github.com/urfave/cli/v2 (from $GOROOT)
/usr/local/go/gopath/src/github.com/urfave/cli/v2 (from $GOPATH)
main.go:11:2: cannot find package “go.uber.org/zap/zapcore” in any of:
/usr/local/go/src/go.uber.org/zap/zapcore (from $GOROOT)
/usr/local/go/gopath/src/go.uber.org/zap/zapcore (from $GOPATH)
Makefile:14: recipe for target ‘goinstall’ failed
make: *** [goinstall] Error 1

My go version is 1.17.5

Use GO111MODULE=on make install