[PR #167] [MERGED] update to go 1.17 #2587

Closed
opened 2025-11-20 07:11:45 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/167
Author: @braginini
Created: 12/21/2021
Status: Merged
Merged: 12/21/2021
Merged by: @braginini

Base: mainHead: update-to-go-1.17


📝 Commits (3)

  • 613f4fa chore: update to go 1.17
  • 0371d22 fix: update workflows go version
  • ab7857b fix: golint errors/update grpc

📊 Changes

8 files changed (+622 additions, -149 deletions)

View changed files

📝 .github/workflows/golang-test.yml (+2 -2)
📝 .github/workflows/release.yml (+1 -1)
📝 go.mod (+49 -16)
📝 go.sum (+559 -126)
📝 management/client/client.go (+2 -1)
📝 management/server/management_test.go (+4 -1)
📝 signal/client/client.go (+2 -1)
📝 signal/client/client_test.go (+3 -1)

📄 Description

No description provided


🔄 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/167 **Author:** [@braginini](https://github.com/braginini) **Created:** 12/21/2021 **Status:** ✅ Merged **Merged:** 12/21/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `update-to-go-1.17` --- ### 📝 Commits (3) - [`613f4fa`](https://github.com/netbirdio/netbird/commit/613f4fa868e42ce131f9f501dce0b6cb0fd33a3e) chore: update to go 1.17 - [`0371d22`](https://github.com/netbirdio/netbird/commit/0371d220317df39c68d80875e67b2eb3ca0390e2) fix: update workflows go version - [`ab7857b`](https://github.com/netbirdio/netbird/commit/ab7857b786aca3216372ba1c56335c34a97de0f0) fix: golint errors/update grpc ### 📊 Changes **8 files changed** (+622 additions, -149 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golang-test.yml` (+2 -2) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `go.mod` (+49 -16) 📝 `go.sum` (+559 -126) 📝 `management/client/client.go` (+2 -1) 📝 `management/server/management_test.go` (+4 -1) 📝 `signal/client/client.go` (+2 -1) 📝 `signal/client/client_test.go` (+3 -1) </details> ### 📄 Description _No description provided_ --- <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 2025-11-20 07:11:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2587