1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

go-helloworld: update to latest revision

(From OE-Core rev: 09197f0607e6bbc066110a00cf09fb0d8c7041f1)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2022-04-27 10:39:55 +02:00
committed by Richard Purdie
parent 3121cf14b9
commit 220c52e056
@@ -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 = "ad95e7f791d8e1e7e7ec7f7cedfc2f6b29f6c9e2"
SRCREV = "2e68773dfca072cb81f219fc3b97ad34fe9d9f94"
UPSTREAM_CHECK_COMMITS = "1"
GO_IMPORT = "golang.org/x/example"