From: Gyorgy Sarvari Date: Mon, 11 Aug 2025 12:58:38 +0000 (+0200) Subject: go-helloworld: update to latest revision X-Git-Tag: uninative-5.0~585 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfc6da6d0226d9d2ba1d59ecb1c86358be5daab2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git go-helloworld: update to latest revision Shortlog: - go.mod: update golang.org/x dependencies - weave: fix %include parsing, add highlighting - example/slog-handler-guide: run `make` - example/weave: update TOC anchors to remove **, _, and ` - slog-handler-guide: remove doubled word - slog-handler-guide: warn against embedding - slog-handler-guide: fix typo, tweak phrasing Signed-off-by: Gyorgy Sarvari Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index f21cfbdf27e..e12dcb15f64 100644 --- a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb +++ b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "git://go.googlesource.com/example;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" -SRCREV = "d7b0ac1278591aea848a99258ccfdee8e4d454c1" +SRCREV = "8b405629c4a5215871be932097e099c05ec5cb2e" UPSTREAM_CHECK_COMMITS = "1" GO_IMPORT = "golang.org/x/example"