-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[PRODCRE-1077] Flag for local capabilities + Launcher metrics #19919
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
Conversation
I see you updated files related to
|
e0f12ea
to
9e7a5e0
Compare
module github.com/smartcontractkit/chainlink/v2 | ||
|
||
go 1.24.5 | ||
go 1.25.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is anything forcing a go bump? or you just think its about time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, new common is set to 1.25
9e7a5e0
to
73745bd
Compare
expectedError: "no such host", | ||
}, | ||
{ | ||
/*{ // TODO: failing with go 1.25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cedric-cordenier / @jmank88 - any idea why these started to break with Go 1.25? In playground they don't work with either... https://go.dev/play/p/XYO2ekdS5bx?v=goprev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
even weirder: tip does not error!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likely this? golang/go#75713
Only in newer patch release of 1.24 and 1.25
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed yesterday: golang/go#75815
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow good find thanks!
|
Explicitly mark capabilities as local and skip them in Launcher (depends on smartcontractkit/chainlink-common#1616)
Additionally export a few new metrics from Launcher.
Also had to bump go to 1.25 with the new common.