Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot "make" the project #366

Closed
dorroddorrod opened this issue May 13, 2019 · 1 comment
Closed

cannot "make" the project #366

dorroddorrod opened this issue May 13, 2019 · 1 comment

Comments

@dorroddorrod
Copy link

When running
go get -d github.com/graphite-ng/carbon-relay-ng
go get github.com/jteeuwen/go-bindata/...
cd "$GOPATH/src/github.com/graphite-ng/carbon-relay-ng"
make

i get the following error :

  cd ui/web && go-bindata -pkg web admin_http_assets/...
   find . -name '*.go' | grep -v '^\.\/vendor' | xargs gofmt -w -s
   CGO_ENABLED=0 go build -ldflags "-X main.Version=0.11.0-39-g742bbbd" ./cmd/carbon-relay-ng
   # github.com/graphite-ng/carbon-relay-ng/route
   route/grafananet.go:260:10: undefined: strings.Builder
   make: *** [build] Error 2

Please advice

@Dieterbe
Copy link
Contributor

you need a go version >= 1.10
https://golang.org/pkg/strings/#Builder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants