Skip to content

Go 1.26#642

Merged
Gerrit91 merged 2 commits intomasterfrom
go-1.26
Mar 12, 2026
Merged

Go 1.26#642
Gerrit91 merged 2 commits intomasterfrom
go-1.26

Conversation

@majst01
Copy link
Contributor

@majst01 majst01 commented Feb 27, 2026

Description

None

@majst01 majst01 requested a review from a team as a code owner February 27, 2026 06:52
@majst01 majst01 requested a review from mwennrich February 27, 2026 06:52
@metal-robot metal-robot bot added the area: control-plane Affects the metal-stack control-plane area. label Feb 27, 2026
@majst01 majst01 self-assigned this Feb 27, 2026
for b, rr := range bb {
resp.Revisions[k].VendorRevisions[v].BoardRevisions[b] = rr
}
maps.Copy(resp.Revisions[k].VendorRevisions[v].BoardRevisions, bb)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These maps.Copy scare me a bit, maybe a test should cover them

for id, connection := range old.MachineConnections {
newIP.MachineConnections[id] = connection
}
maps.Copy(newIP.MachineConnections, old.MachineConnections)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

same

@Gerrit91 Gerrit91 merged commit 5b5af7b into master Mar 12, 2026
2 checks passed
@Gerrit91 Gerrit91 deleted the go-1.26 branch March 12, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: control-plane Affects the metal-stack control-plane area.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants