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

Only works on releases >= 1.16 #17

Open
lrogers-memsql opened this issue Feb 4, 2022 · 0 comments
Open

Only works on releases >= 1.16 #17

lrogers-memsql opened this issue Feb 4, 2022 · 0 comments

Comments

@lrogers-memsql
Copy link

lrogers-memsql commented Feb 4, 2022

As noted in the CirclCI testing dbbench fails to build on versions 1.10 - 1.14 (only works on latest 1.17)

The PR in October makes use of flag.Func which was added in go release 1.16

The README states:

dbbench requires golang version >= 1.10.

However versions prior to 1.16 will not work because they can not use flag.Func

Some info on flag.Func addition to 1.16: https://blog.carlmjohnson.net/post/2020/add-func/

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

No branches or pull requests

1 participant