[PR #1397] [MERGED] Improve release workflows speed #15330

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1397
Author: @mlsmaycon
Created: 12/18/2023
Status: Merged
Merged: 12/18/2023
Merged by: @mlsmaycon

Base: mainHead: fix/improve-goreleaser-speed


📝 Commits (8)

📊 Changes

1 file changed (+18 additions, -9 deletions)

View changed files

📝 .github/workflows/release.yml (+18 -9)

📄 Description

Describe your changes

Removing extra cache store with setup-go action and adding ~/.cache/go-build to the cached directory list

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/1397 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 12/18/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix/improve-goreleaser-speed` --- ### 📝 Commits (8) - [`5db49eb`](https://github.com/netbirdio/netbird/commit/5db49eb3ba0547d043dc53d2d134df1900e841e5) use dedicated cache for release - [`9cf7fb3`](https://github.com/netbirdio/netbird/commit/9cf7fb328aec9e4d38bc84018f5a3b27217c3187) remove the cache action - [`8ffca85`](https://github.com/netbirdio/netbird/commit/8ffca85533e34a831aecba851d9130b6118f07f0) remove the cache from setup action - [`3a846dc`](https://github.com/netbirdio/netbird/commit/3a846dc2c1c062239140c8a88cd89dabaa0eaa66) cache ~/.cache/go-build - [`ddb96b2`](https://github.com/netbirdio/netbird/commit/ddb96b29c6c5101c29ee5fce17dfbfd519ca838f) cache ~/.cache/go-build on all jobs - [`72487c3`](https://github.com/netbirdio/netbird/commit/72487c328ffe0b726d2216a7384e1effeb79b9bc) cache-key - [`6f346c6`](https://github.com/netbirdio/netbird/commit/6f346c68ee43b9a7a00f690fa2cac012c3cb95b2) dedicated darwin cache key - [`3aa8517`](https://github.com/netbirdio/netbird/commit/3aa85175c37f5b3622773a0ebfab7ad208221a7e) removing test branch ### 📊 Changes **1 file changed** (+18 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+18 -9) </details> ### 📄 Description ## Describe your changes Removing extra cache store with setup-go action and adding `~/.cache/go-build` to the cached directory list ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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:07:25 -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#15330