Skip to content

Bump go version to 1.26#1242

Closed
s1061123 wants to merge 7 commits intocontainernetworking:mainfrom
s1061123:bump-go-version
Closed

Bump go version to 1.26#1242
s1061123 wants to merge 7 commits intocontainernetworking:mainfrom
s1061123:bump-go-version

Conversation

@s1061123
Copy link
Contributor

No description provided.

@s1061123
Copy link
Contributor Author

@squeed PTAL?

@s1061123 s1061123 changed the title Bump go version to 1.26 [WIP]Bump go version to 1.26 Mar 19, 2026
Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
@s1061123
Copy link
Contributor Author

wait to merge #1238 that contains CI fix

@s1061123 s1061123 changed the title [WIP]Bump go version to 1.26 Bump go version to 1.26 Mar 19, 2026
@squeed
Copy link
Member

squeed commented Mar 20, 2026

@s1061123 looks reasonable; for some reason GitHub is complaining about conflicts? Not sure what's up with that. Feel free to merge yourself.

@squeed
Copy link
Member

squeed commented Mar 20, 2026

@s1061123 can you rebase and squash without a merge commit?

@s1061123
Copy link
Contributor Author

Do that later and let you know later.

mlguerrero12 and others added 6 commits March 21, 2026 09:13
The previous implementation filtered out routes without an explicit
source address (route.Src == nil), which incorrectly removed routes
added by IPAM plugins. IPAM plugins typically configure routes without
setting a source address, causing those routes to be lost when the
interface was moved to the VRF.

The SCOPE_UNIVERSE filter already excludes local and connected routes
that are automatically recreated by the kernel, so the additional
route.Src filter was both unnecessary and harmful.

Fixes containernetworking#1223

Signed-off-by: Marcelo Guerrero <marcegue@cisco.com>
The "test" prefix on hostVethName exceeds the 15-char Linux interface
name limit (IFNAMSIZ), causing ERANGE instead of EEXIST. Shorten the
prefix so the test exercises the intended error path.

Signed-off-by: Marcelo Guerrero <marcegue@cisco.com>
Signed-off-by: sbiradar10 <sbiradar@redhat.com>
This PR includes the IP in the `AddrAdd` error message which could help debug better with any issues while adding the IP address to the bridge and improves the readability.

Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This reflects the version used in the GitHub workflows.

Signed-off-by: Mads Jensen <atombrella@users.noreply.github.com>
Signed-off-by: Mads Jensen <atombrella@users.noreply.github.com>
@s1061123
Copy link
Contributor Author

File another one

@s1061123 s1061123 closed this Mar 21, 2026
@s1061123 s1061123 deleted the bump-go-version branch March 21, 2026 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants