diff mbox series

[AUH] go-binary-native: upgrading to 1.25.1 SUCCEEDED

Message ID 010101994d3a1d36-841ca935-7342-4550-891c-74de250e2ac9-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] go-binary-native: upgrading to 1.25.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 15, 2025, 11:54 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *go-binary-native* to *1.25.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-go-binary-native-upgrade-1.25.0-1.25.1.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From a31e1e5a7d0e9015f13ae9104075988a9c5b03fe Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Mon, 15 Sep 2025 07:51:05 +0000
Subject: [PATCH] go-binary-native: upgrade 1.25.0 -> 1.25.1

---
 ...{go-binary-native_1.25.0.bb => go-binary-native_1.25.1.bb} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta/recipes-devtools/go/{go-binary-native_1.25.0.bb => go-binary-native_1.25.1.bb} (79%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/go/go-binary-native_1.25.0.bb b/meta/recipes-devtools/go/go-binary-native_1.25.1.bb
similarity index 79%
rename from meta/recipes-devtools/go/go-binary-native_1.25.0.bb
rename to meta/recipes-devtools/go/go-binary-native_1.25.1.bb
index 2b9ad19d70..1cd3ddb25e 100644
--- a/meta/recipes-devtools/go/go-binary-native_1.25.0.bb
+++ b/meta/recipes-devtools/go/go-binary-native_1.25.1.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] = "2852af0cb20a13139b3448992e69b868e50ed0f8a1e5940ee1de9e19a123b613"
-SRC_URI[go_linux_arm64.sha256sum] = "05de75d6994a2783699815ee553bd5a9327d8b79991de36e38b66862782f54ae"
-SRC_URI[go_linux_ppc64le.sha256sum] = "0f18a89e7576cf2c5fa0b487a1635d9bcbf843df5f110e9982c64df52a983ad0"
+SRC_URI[go_linux_amd64.sha256sum] = "7716a0d940a0f6ae8e1f3b3f4f36299dc53e31b16840dbd171254312c41ca12e"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"