[PR #1042] [MERGED] Upgrade dependencies and streamline version use #1839

Closed
opened 2025-12-29 02:31:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1042
Author: @kradalby
Created: 12/5/2022
Status: Merged
Merged: 12/5/2022
Merged by: @kradalby

Base: mainHead: dep-updates


📝 Commits (5)

  • eaf386b Upgrade go dependencies
  • 2a1a24e Add github action updater
  • 528d3f8 Make goreleaser use Nix
  • 7bf726a Tag dockerfiles to minor version so we dont have to care about patch
  • 5e7096a Update nix deps, get go 1.19.3 in

📊 Changes

8 files changed (+157 additions, -136 deletions)

View changed files

.github/workflows/gh-actions-updater.yaml (+23 -0)
📝 .github/workflows/release.yml (+5 -15)
📝 Dockerfile (+1 -1)
📝 Dockerfile.debug (+1 -1)
📝 flake.lock (+6 -6)
📝 flake.nix (+2 -1)
📝 go.mod (+35 -35)
📝 go.sum (+84 -77)

📄 Description

This PR:

  • Upgrade go dependencies
  • Add github action to keep github actions up to date
  • Makes goreleaser use Nix (one less Go version to make sure is up to date)
  • Remove patch from dockerfiles (so it at least gets the latest security update)
  • Update Nix dependencies (so we now build against 1.19.3)

Signed-off-by: Kristoffer Dalby kristoffer@tailscale.com


🔄 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/juanfont/headscale/pull/1042 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 12/5/2022 **Status:** ✅ Merged **Merged:** 12/5/2022 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `dep-updates` --- ### 📝 Commits (5) - [`eaf386b`](https://github.com/juanfont/headscale/commit/eaf386b62ea5f559b341c8d29b77a0fff32544de) Upgrade go dependencies - [`2a1a24e`](https://github.com/juanfont/headscale/commit/2a1a24e273f1576f4e20f237f0d42ad588f8647c) Add github action updater - [`528d3f8`](https://github.com/juanfont/headscale/commit/528d3f817a3607a41de3952539e8859cb32f4a85) Make goreleaser use Nix - [`7bf726a`](https://github.com/juanfont/headscale/commit/7bf726a0f1c5d7ae6540e6e33ffa3d06b6115fc6) Tag dockerfiles to minor version so we dont have to care about patch - [`5e7096a`](https://github.com/juanfont/headscale/commit/5e7096a163535e85926faa664a55c79d67b162a5) Update nix deps, get go 1.19.3 in ### 📊 Changes **8 files changed** (+157 additions, -136 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/gh-actions-updater.yaml` (+23 -0) 📝 `.github/workflows/release.yml` (+5 -15) 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.debug` (+1 -1) 📝 `flake.lock` (+6 -6) 📝 `flake.nix` (+2 -1) 📝 `go.mod` (+35 -35) 📝 `go.sum` (+84 -77) </details> ### 📄 Description This PR: - Upgrade go dependencies - Add github action to keep github actions up to date - Makes goreleaser use Nix (one less Go version to make sure is up to date) - Remove patch from dockerfiles (so it at least gets the latest security update) - Update Nix dependencies (so we now build against 1.19.3) Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:31:55 +01:00
adam closed this issue 2025-12-29 02:31:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1839