From: Khem Raj Date: Fri, 16 Jun 2023 08:31:10 +0000 (-0700) Subject: go-helloworld: Upgrade to tip of trunk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~588 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c643bf6be803020589e8233ecc1375d637b13a50;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git go-helloworld: Upgrade to tip of trunk Signed-off-by: Khem Raj 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 5483ecc307b..ce6ec08c59b 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" -SRCREV = "2e68773dfca072cb81f219fc3b97ad34fe9d9f94" +SRCREV = "5bec756976671f30903223ec46ff8a70dced4954" UPSTREAM_CHECK_COMMITS = "1" GO_IMPORT = "golang.org/x/example"