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

Make Errors with Go Version #285

Open
switchtower opened this issue Jul 30, 2024 · 2 comments
Open

Make Errors with Go Version #285

switchtower opened this issue Jul 30, 2024 · 2 comments

Comments

@switchtower
Copy link

make
go build -tags builtinassets -ldflags '-X main.BuildVersion=0.13.4' github.com/lomik/graphite-clickhouse
vendor/github.com/prometheus/common/model/labelset.go:20:2: package slices is not in GOROOT (/usr/lib/golang/src/slices)
note: imported by a module that requires go 1.21
make: *** [graphite-clickhouse] Error 1

Build errors saying a module requires 1.21 though the documentation says 1.18+ should work.

@Hedius
Copy link
Contributor

Hedius commented Jul 30, 2024

would assume the readme is outdated? i opened a pull request updating prometheus a few months ago.

@Hedius
Copy link
Contributor

Hedius commented Jul 30, 2024

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