From 9614bf2f164137cbcfc6bb721c6dc8f6bb4780a9 Mon Sep 17 00:00:00 2001 From: Kayvan Sylvan Date: Mon, 3 Aug 2026 18:11:08 -0700 Subject: [PATCH] chore: incoming 2186 changelog entry --- cmd/generate_changelog/incoming/2186.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cmd/generate_changelog/incoming/2186.txt diff --git a/cmd/generate_changelog/incoming/2186.txt b/cmd/generate_changelog/incoming/2186.txt new file mode 100644 index 00000000..db5796a5 --- /dev/null +++ b/cmd/generate_changelog/incoming/2186.txt @@ -0,0 +1,3 @@ +### PR [#2186](https://github.com/danielmiessler/Fabric/pull/2186) by [giodamelio](https://github.com/giodamelio): Update Nixpkgs version for newer Go version + +- Updated the Nixpkgs version to provide a Go release that satisfies the `go.mod` requirement of Go >= 1.26.0, as the previously pinned Nixpkgs only shipped Go 1.25.4.