From fba46a720c9ecfbbeb51963549f2e84f7c391ca1 Mon Sep 17 00:00:00 2001 From: Peter Ebden Date: Thu, 27 Aug 2026 15:09:20 +0100 Subject: [PATCH] Drop mention of core3 from codelab --- docs/codelabs/puku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codelabs/puku.md b/docs/codelabs/puku.md index f0879f3aee..2670c8a6fa 100644 --- a/docs/codelabs/puku.md +++ b/docs/codelabs/puku.md @@ -12,7 +12,7 @@ Feedback Link: https://github.com/thought-machine/please ## Overview Duration: 2 -Notes: `go_module()` is deprecated in Core3. This codelab teaches a practical workflow that uses standard Go tooling (`go get` / `go mod`) together with Puku to generate and maintain third-party go targets (`go_repo`). +Notes: This codelab teaches a practical workflow that uses standard Go tooling (`go get` / `go mod`) together with Puku to generate and maintain third-party go targets (`go_repo`). ### Goals and what you'll learn - Add and upgrade third‑party dependencies using `go get`