You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When attempting to compile our code with the 1.23 release candidate, we received the following error:
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.
The text was updated successfully, but these errors were encountered: