[PR #5528] [CLOSED] [client] Update gvisor #26066

Open
opened 2026-08-05 07:06:50 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/5528
Author: @dim13
Created: 3/6/2026
Status: Closed

Base: mainHead: update-gvisor


📝 Commits (1)

📊 Changes

2 files changed (+4 additions, -6 deletions)

View changed files

📝 go.mod (+2 -4)
📝 go.sum (+2 -2)

📄 Description

Describe your changes

Build / tests fail on current main branch because of errors in upstream module.
Fix: update gvisor.dev/gvisor to the latest version.

# gvisor.dev/gvisor/pkg/sync
../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go126.go:22:2: WaitReasonSelect redeclared in this block
        ../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go125.go:22:2: other declaration of WaitReasonSelect
../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go126.go:23:2: WaitReasonChanReceive redeclared in this block
        ../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go125.go:23:2: other declaration of WaitReasonChanReceive
../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go126.go:24:2: WaitReasonSemacquire redeclared in this block
        ../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go125.go:24:2: other declaration of WaitReasonSemacquire
zsh: exit 1     go build ./...

Summary by CodeRabbit

  • Chores
    • Updated project dependencies to improve compatibility and stability.
    • Streamlined Go version configuration for simplified dependency management.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/5528 **Author:** [@dim13](https://github.com/dim13) **Created:** 3/6/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update-gvisor` --- ### 📝 Commits (1) - [`1b84c8b`](https://github.com/netbirdio/netbird/commit/1b84c8b507492a14d179d636ab033fdd7bed701c) Update gvisor ### 📊 Changes **2 files changed** (+4 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -4) 📝 `go.sum` (+2 -2) </details> ### 📄 Description ## Describe your changes Build / tests fail on current main branch because of errors in upstream module. Fix: update gvisor.dev/gvisor to the latest version. ``` # gvisor.dev/gvisor/pkg/sync ../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go126.go:22:2: WaitReasonSelect redeclared in this block ../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go125.go:22:2: other declaration of WaitReasonSelect ../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go126.go:23:2: WaitReasonChanReceive redeclared in this block ../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go125.go:23:2: other declaration of WaitReasonChanReceive ../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go126.go:24:2: WaitReasonSemacquire redeclared in this block ../../../../pkg/mod/gvisor.dev/gvisor@v0.0.0-20251031020517-ecfcdd2f171c/pkg/sync/runtime_constants_go125.go:24:2: other declaration of WaitReasonSemacquire zsh: exit 1 go build ./... ``` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated project dependencies to improve compatibility and stability. * Streamlined Go version configuration for simplified dependency management. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 07:06:50 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#26066