From 7fad0dcf5c561ca067ce08a0c357251c9adf248b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 20 Aug 2026 05:15:56 +0000 Subject: [PATCH] go-binary-native: upgrade 1.26.6 -> 1.27.0 --- ...{go-binary-native_1.26.6.bb => go-binary-native_1.27.0.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta/recipes-devtools/go/{go-binary-native_1.26.6.bb => go-binary-native_1.27.0.bb} (80%) diff --git a/meta/recipes-devtools/go/go-binary-native_1.26.6.bb b/meta/recipes-devtools/go/go-binary-native_1.27.0.bb similarity index 80% rename from meta/recipes-devtools/go/go-binary-native_1.26.6.bb rename to meta/recipes-devtools/go/go-binary-native_1.27.0.bb index 2913fb6515..779e984888 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.26.6.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.27.0.bb @@ -9,9 +9,7 @@ PROVIDES = "go-native" # Checksums available at https://go.dev/dl/ SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" -SRC_URI[go_linux_amd64.sha256sum] = "708effb774be8237570d0add163225abbdfaf4fca28b2611df167beba4feef89" -SRC_URI[go_linux_arm64.sha256sum] = "d0507e9e9d7fe012aae570108cbd76c15de879e17130ab8cb90d4d7445cb1f2e" -SRC_URI[go_linux_ppc64le.sha256sum] = "232b65543a42eda95df6a63f76235c1795bb535eba5c74e509faec71bc648388" +SRC_URI[go_linux_amd64.sha256sum] = "675c26c449cbb18fc24b74650de1eabbae6e16f64326fd85a283fb3b58280685" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux" -- 2.47.1