diff mbox series

[meta-lts-mixins,wrynose/go,11/11] go-binary-native: upgrade 1.27.0 -> 1.27.1

Message ID 20260914191240.1066469-11-peter.marko@siemens.com
State New
Headers show
Series [meta-lts-mixins,wrynose/go,01/11] Initial commit: add license, readme, gitignore and layer config | expand

Commit Message

Peter Marko Sept. 14, 2026, 7:12 p.m. UTC
From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
(From OE-Core rev: 7443260986a9bb25c1a1c188fd3d1e78ccd0f445)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 ...o-binary-native_1.27.0.bb => go-binary-native_1.27.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename recipes-devtools/go/{go-binary-native_1.27.0.bb => go-binary-native_1.27.1.bb} (80%)
diff mbox series

Patch

diff --git a/recipes-devtools/go/go-binary-native_1.27.0.bb b/recipes-devtools/go/go-binary-native_1.27.1.bb
similarity index 80%
rename from recipes-devtools/go/go-binary-native_1.27.0.bb
rename to recipes-devtools/go/go-binary-native_1.27.1.bb
index 0f6c3bc..f909581 100644
--- a/recipes-devtools/go/go-binary-native_1.27.0.bb
+++ b/recipes-devtools/go/go-binary-native_1.27.1.bb
@@ -9,9 +9,9 @@  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] = "675c26c449cbb18fc24b74650de1eabbae6e16f64326fd85a283fb3b58280685"
-SRC_URI[go_linux_arm64.sha256sum] = "51798d2c42d0e1c6ed7fd9f48728b4193abac9e8aad6dbac2fe96a81f5909bda"
-SRC_URI[go_linux_ppc64le.sha256sum] = "068085e257a6014c036c723ca62943edbf48fd168b8d00a6d39527d10b656255"
+SRC_URI[go_linux_amd64.sha256sum] = "63d339f0da5ab53635a56f2490a7984dfe12dfcff22ad749f63edaf590168445"
+SRC_URI[go_linux_arm64.sha256sum] = "3450b45a3f9ee8568792736a5c5e70a1f2e9b36c35a8f74958c03e51d7d92bec"
+SRC_URI[go_linux_ppc64le.sha256sum] = "ad1ff83c24f783c2d4a025852b928a05c199e8742a14a5482d88de0293d2bd0d"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"