We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can use go bug to have a cool, automatically filled out bug template, or fill out the template below.
go bug
Running wire ./... in a project using go 1.23.0 gets the following error
package requires newer Go version go1.23
go.mod
go 1.23.0
wire ./...
wire ./... completes without errors
v0.6.0
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
You can use
go bug
to have a cool, automatically filled out bug template, orfill out the template below.
Describe the bug
Running wire ./... in a project using go 1.23.0 gets the following error
package requires newer Go version go1.23
To Reproduce
go.mod
havinggo 1.23.0
wire ./...
Expected behavior
wire ./... completes without errors
Version
v0.6.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: