[PR #2789] [MERGED] [client] Fix the broken dependency gvisor.dev/gvisor #15616

Closed
opened 2026-08-05 03:08:03 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2789
Author: @milantracy
Created: 10/26/2024
Status: Merged
Merged: 10/29/2024
Merged by: @lixmal

Base: mainHead: fix


📝 Commits (1)

  • 4c17209 Fix the broken dependency gvisor.dev/gvisor.

📊 Changes

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

View changed files

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

📄 Description

Describe your changes

The gVisor release was removed which is described at
https://github.com/google/gvisor/issues/11085#issuecomment-2438974962.

Update the gVisor version in netbird to fix the build failure.

https://github.com/google/gvisor/issues/11085

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/2789 **Author:** [@milantracy](https://github.com/milantracy) **Created:** 10/26/2024 **Status:** ✅ Merged **Merged:** 10/29/2024 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `fix` --- ### 📝 Commits (1) - [`4c17209`](https://github.com/netbirdio/netbird/commit/4c1720933fed6af17b42dc678d71a4b7ad7af9b0) Fix the broken dependency gvisor.dev/gvisor. ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) </details> ### 📄 Description ## Describe your changes The gVisor release was removed which is described at https://github.com/google/gvisor/issues/11085#issuecomment-2438974962. Update the gVisor version in netbird to fix the build failure. ## Issue ticket number and link https://github.com/google/gvisor/issues/11085 ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <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 03:08:03 -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#15616