[PR #778] [MERGED] Target Go 1.19 for Headscale #1639

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/778
Author: @juanfont
Created: 9/3/2022
Status: Merged
Merged: 9/3/2022
Merged by: @juanfont

Base: mainHead: bump-go-1.19


📝 Commits (5)

📊 Changes

8 files changed (+9 additions, -8 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)
📝 .goreleaser.yml (+1 -1)
📝 CHANGELOG.md (+1 -0)
📝 Dockerfile (+1 -1)
📝 Dockerfile.alpine (+1 -1)
📝 Dockerfile.debug (+1 -1)
📝 docs/running-headscale-openbsd.md (+2 -2)
📝 go.mod (+1 -1)

📄 Description

Tailscale v1.30+ requires Go 1.19 for us to be able to import it.

This PR switches Headscale to Go 1.19, as a prerequisite for a PR moving use towards their latest version.


🔄 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/778 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 9/3/2022 **Status:** ✅ Merged **Merged:** 9/3/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `bump-go-1.19` --- ### 📝 Commits (5) - [`f519c51`](https://github.com/juanfont/headscale/commit/f519c513c2f4002bfe98020a4a8348ae4f3e46f2) Target go 1.19 in go.mod - [`2ddf7ab`](https://github.com/juanfont/headscale/commit/2ddf7ab51542ee0529f48b29e36ea1dacb163739) Use Go 1.19 in Dockerfiles - [`84044e2`](https://github.com/juanfont/headscale/commit/84044e236d4e4ca13507a78b49b3ea7a7102e8c4) Release using go 1.19 - [`dd3ec84`](https://github.com/juanfont/headscale/commit/dd3ec840009342ce3ab87b66d7037ea9764b3265) Minor doc change - [`2c5bf69`](https://github.com/juanfont/headscale/commit/2c5bf6982c5eaededf77f9c0c8b487c9312d6a8d) Updated changelog ### 📊 Changes **8 files changed** (+9 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.goreleaser.yml` (+1 -1) 📝 `CHANGELOG.md` (+1 -0) 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.alpine` (+1 -1) 📝 `Dockerfile.debug` (+1 -1) 📝 `docs/running-headscale-openbsd.md` (+2 -2) 📝 `go.mod` (+1 -1) </details> ### 📄 Description Tailscale v1.30+ requires Go 1.19 for us to be able to import it. This PR switches Headscale to Go 1.19, as a prerequisite for a PR moving use towards their latest version. --- <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:02 +01:00
adam closed this issue 2025-12-29 02:31:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1639