Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Conversation

scr-oath
Copy link

@scr-oath scr-oath commented Sep 3, 2024

Fixes #411

Go 1.23.0 has several new features, which have no direct bearing on wire's ability to reflect, but, which disallow using a binary built with an older go from running.

@@ -1,10 +1,12 @@
module github.com/google/wire

go 1.12
go 1.23

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we bump to 1.22 to support the most recent 2 Go versions? Like https://go.dev/doc/devel/release#policy

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well 1.24 released so can we set to 1.23 now?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well 1.24 released so can we set to 1.23 now?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, I thanks to go 1.24's latest "tool" feature, we no longer need any new versions… we can just invoke it as a tool, which will recompile it every time.

@scr-oath scr-oath closed this Jul 22, 2025
@scr-oath scr-oath deleted the go-1.23.0 branch July 22, 2025 23:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wire does not work with go 1.23.0
4 participants