From 3adf53e7f61a5ebb76b1894a4e46112dbf066836 Mon Sep 17 00:00:00 2001 From: bigboateng Date: Sun, 2 Aug 2026 16:00:02 +0100 Subject: [PATCH] docs(yield): note Go SDK pin repair MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disclosure-Reviewed: reviewed — public-safe only, private facet kept out of this commit --- .../release-notes/2026-08-02-go-sdk-pin-detection.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 labs/22-yield/distribution/release-notes/2026-08-02-go-sdk-pin-detection.md diff --git a/labs/22-yield/distribution/release-notes/2026-08-02-go-sdk-pin-detection.md b/labs/22-yield/distribution/release-notes/2026-08-02-go-sdk-pin-detection.md new file mode 100644 index 00000000..c07bb35a --- /dev/null +++ b/labs/22-yield/distribution/release-notes/2026-08-02-go-sdk-pin-detection.md @@ -0,0 +1,6 @@ +# Accept generated Go SDK pins + +- Let `doctor` read the single-line `go.mod` requirement produced by + `yskill init`. +- Keep support for block-style Go requirements. +- Verify both forms against the repository-local Yield runtime version.