[PR #266] [MERGED] Fix goreleaser version to 1.6.3 #12396

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/266
Author: @braginini
Created: 3/14/2022
Status: Merged
Merged: 3/14/2022
Merged by: @braginini

Base: mainHead: fix-goreleaser


📝 Commits (4)

📊 Changes

6 files changed (+14 additions, -12 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)
📝 .goreleaser.yaml (+2 -0)
📝 README.md (+4 -4)
📝 client/cmd/status.go (+1 -1)
📝 release_files/post_install.sh (+5 -5)
📝 release_files/pre_remove.sh (+1 -1)

📄 Description

Since goreleaser v1.6.0 binaries are installed to
/usr/bin/ instead of /usr/local/bin/ .
This fix changes binaries path of wiretrustee
See for details:
https://github.com/goreleaser/goreleaser/releases/tag/v1.6.0


🔄 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/266 **Author:** [@braginini](https://github.com/braginini) **Created:** 3/14/2022 **Status:** ✅ Merged **Merged:** 3/14/2022 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `fix-goreleaser` --- ### 📝 Commits (4) - [`c67339e`](https://github.com/netbirdio/netbird/commit/c67339e4423109c226798743b854ce4f5be9d863) Fix goreleaser version to 1.6.3 - [`0f1992f`](https://github.com/netbirdio/netbird/commit/0f1992f90ecc1f3064e66211b3b148b98a2a7594) Specify bindir - [`acb0efd`](https://github.com/netbirdio/netbird/commit/acb0efdb65d8524db215af230a58a757fabf07ae) Specify bindir - [`8449f80`](https://github.com/netbirdio/netbird/commit/8449f808631b6c417fd480767954d579f7563fa4) Explicit set log-file for status to console ### 📊 Changes **6 files changed** (+14 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.goreleaser.yaml` (+2 -0) 📝 `README.md` (+4 -4) 📝 `client/cmd/status.go` (+1 -1) 📝 `release_files/post_install.sh` (+5 -5) 📝 `release_files/pre_remove.sh` (+1 -1) </details> ### 📄 Description Since goreleaser v1.6.0 binaries are installed to /usr/bin/ instead of /usr/local/bin/ . This fix changes binaries path of wiretrustee See for details: https://github.com/goreleaser/goreleaser/releases/tag/v1.6.0 --- <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 02:05:48 -04:00
saavagebueno changed title from [PR #266] [MERGED] Fix goreleaser version to 1.6.3 to [PR #266] Fix goreleaser version to 1.6.3 2026-08-05 02:08:13 -04:00
saavagebueno changed title from [PR #266] Fix goreleaser version to 1.6.3 to [PR #266] [MERGED] Fix goreleaser version to 1.6.3 2026-08-05 03:05:55 -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#12396