I need a help go build

Hello.
When compiling this project https://github.com/pterodactyl/wings, I get an error at the very end.

go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98
github.com/pterodactyl/wings/parser
github.com/docker/docker/daemon/logger/loggerutils
github.com/pterodactyl/wings/environment
# github.com/pterodactyl/wings/environment
environment/settings.go:83:83: syntax error: unexpected _000_000, expecting comma or )
environment/settings.go:94:20: syntax error: unexpected _000_000, expecting )
note: module requires Go 1.13# github.com/pterodactyl/wings/parser
parser/helpers.go:100:9: undefined: "github.com/pkg/errors".Is
parser/helpers.go:109:8: undefined: "github.com/pkg/errors".Is
parser/helpers.go:149:18: undefined: "github.com/pkg/errors".Is
parser/parser.go:166:5: undefined: "github.com/pkg/errors".Is
note: module requires Go 1.13# github.com/docker/docker/daemon/logger/loggerutils
/root/go/pkg/mod/github.com/docker/docker@v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible/daemon/logger/loggerutils/logfile.go:179:8: undefined: "github.com/pkg/errors".Is
make: *** [Makefile:2: build] error 2

but at the same time, when building in docker, the Dockerfile file that is in the project, everything happens without errors

heeeeelp

You have multiple errors that tell you that you need at least Go 1.13. What is your output when you run the go version command?

The current version of Go is Go 1.15: Go: Download and install

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.