[PR #961] [MERGED] Update docker-dev go version #1476

Closed
opened 2026-05-07 01:02:16 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/961
Author: @cmj2002
Created: 11/24/2023
Status: Merged
Merged: 11/24/2023
Merged by: @binwiederhier

Base: mainHead: main


📝 Commits (1)

  • 87bcf59 Update docker-dev go version

📊 Changes

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

View changed files

📝 Dockerfile-build (+1 -1)

📄 Description

Running go mod tidy in go 1.21 will add toolchain go<version> to go.mod file, which cannot be recognized by previous go versions and will cause error. (reference).

This PR updates the go version in Dockerfile-build to 1.21 to fix build errors.


🔄 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/binwiederhier/ntfy/pull/961 **Author:** [@cmj2002](https://github.com/cmj2002) **Created:** 11/24/2023 **Status:** ✅ Merged **Merged:** 11/24/2023 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`87bcf59`](https://github.com/binwiederhier/ntfy/commit/87bcf59bd44c089349f9d3ad52ba854dcf810214) Update docker-dev go version ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile-build` (+1 -1) </details> ### 📄 Description Running `go mod tidy` in go 1.21 will add `toolchain go<version>` to `go.mod` file, which cannot be recognized by previous go versions and will cause error. ([reference](https://github.com/golang/go/issues/62409)). This PR updates the go version in `Dockerfile-build` to 1.21 to fix build errors. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:02:16 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1476
No description provided.