wire icon indicating copy to clipboard operation
wire copied to clipboard

wire does not work with go 1.23.0

Open scr-oath opened this issue 1 year ago • 1 comments

You can use go bug to have a cool, automatically filled out bug template, or fill 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

  • Create a project with go.mod having go 1.23.0
  • Create a module with wire.go
  • Run wire ./...

Expected behavior

wire ./... completes without errors

Version

v0.6.0

Additional context

Add any other context about the problem here.

scr-oath avatar Aug 29 '24 16:08 scr-oath

It works well in my project. I don't think it's a go version issue.

go version go1.23.2 windows/amd64

godcong avatar Dec 04 '24 19:12 godcong