]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
go-helloworld: upgrade to latest revision
authorAlexander Kanavin <alex@linutronix.de>
Mon, 22 Dec 2025 20:05:58 +0000 (21:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2025 12:02:50 +0000 (12:02 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/go-examples/go-helloworld_0.1.bb

index 0a8668dd4df469b5f51a28fda78374e151cf37dc..77a13b39fe1287cd86629ce60347bebf2ed400f5 100644 (file)
@@ -6,7 +6,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=7998cb338f82d15c0eff93b7004d272a"
 
 SRC_URI = "git://go.googlesource.com/example;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}"
-SRCREV = "8b405629c4a5215871be932097e099c05ec5cb2e"
+SRCREV = "7f05d217867b2af52b0a28c6d1c91df97e1b5b39"
 UPSTREAM_CHECK_COMMITS = "1"
 
 GO_IMPORT = "golang.org/x/example"