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

Incompatible with Go 1.23 due to extraneous version constraint #939

Closed
rittneje opened this issue Jul 30, 2024 · 1 comment · Fixed by #940
Closed

Incompatible with Go 1.23 due to extraneous version constraint #939

rittneje opened this issue Jul 30, 2024 · 1 comment · Fixed by #940
Labels

Comments

@rittneje
Copy link
Contributor

When attempting to compile our code with the 1.23 release candidate, we received the following error:

github.com/newrelic/go-agent/v3/newrelic/sql_driver.go:47:37: predeclared any requires go1.18 or later (file declares //go:build go1.10)

I am unsure whether this is a bug in 1.23 or the intended behavior. Regardless, that version constraint can be removed, given that the README already says that Go 1.18+ is required.

@iamemilio
Copy link
Contributor

Thanks for fixing this!

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

Successfully merging a pull request may close this issue.

2 participants