diff --git a/meta/recipes-devtools/go/go-1.26.1.inc b/meta/recipes-devtools/go/go-1.26.2.inc
similarity index 91%
rename from meta/recipes-devtools/go/go-1.26.1.inc
rename to meta/recipes-devtools/go/go-1.26.2.inc
index 2e3464ec3b..8bb10bc89f 100644
--- a/meta/recipes-devtools/go/go-1.26.1.inc
+++ b/meta/recipes-devtools/go/go-1.26.2.inc
@@ -17,4 +17,4 @@ SRC_URI += "\
     file://0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch \
     file://0011-cmd-link-stop-forcing-binutils-gold-dependency-on-aa.patch \
 "
-SRC_URI[main.sha256sum] = "3172293d04b209dc1144698e7ba13f0477f6ba8c5ffd0be66c20fdbc9785dfbb"
+SRC_URI[main.sha256sum] = "2e91ebb6947a96e9436fb2b3926a8802efe63a6d375dffec4f82aa9dbd6fd43b"
diff --git a/meta/recipes-devtools/go/go-binary-native_1.26.1.bb b/meta/recipes-devtools/go/go-binary-native_1.26.2.bb
similarity index 79%
rename from meta/recipes-devtools/go/go-binary-native_1.26.1.bb
rename to meta/recipes-devtools/go/go-binary-native_1.26.2.bb
index 0e054add70..380174f3cb 100644
--- a/meta/recipes-devtools/go/go-binary-native_1.26.1.bb
+++ b/meta/recipes-devtools/go/go-binary-native_1.26.2.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] = "031f088e5d955bab8657ede27ad4e3bc5b7c1ba281f05f245bcc304f327c987a"
-SRC_URI[go_linux_arm64.sha256sum] = "a290581cfe4fe28ddd737dde3095f3dbeb7f2e4065cab4eae44dfc53b760c2f7"
-SRC_URI[go_linux_ppc64le.sha256sum] = "f56eed002998f5f51fa07fd4ed0c5de5e02d51cec7a4007f771c7576620d9d45"
+SRC_URI[go_linux_amd64.sha256sum] = "990e6b4bbba816dc3ee129eaeaf4b42f17c2800b88a2166c265ac1a200262282"
+SRC_URI[go_linux_arm64.sha256sum] = "c958a1fe1b361391db163a485e21f5f228142d6f8b584f6bef89b26f66dc5b23"
+SRC_URI[go_linux_ppc64le.sha256sum] = "62b7645dd2404052535617c59e91cf03c7aa28e332dbaddbe4c0d7de7bcc6736"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"
diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.26.1.bb b/meta/recipes-devtools/go/go-cross-canadian_1.26.2.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-cross-canadian_1.26.1.bb
rename to meta/recipes-devtools/go/go-cross-canadian_1.26.2.bb
diff --git a/meta/recipes-devtools/go/go-cross_1.26.1.bb b/meta/recipes-devtools/go/go-cross_1.26.2.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-cross_1.26.1.bb
rename to meta/recipes-devtools/go/go-cross_1.26.2.bb
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.26.1.bb b/meta/recipes-devtools/go/go-crosssdk_1.26.2.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-crosssdk_1.26.1.bb
rename to meta/recipes-devtools/go/go-crosssdk_1.26.2.bb
diff --git a/meta/recipes-devtools/go/go-runtime_1.26.1.bb b/meta/recipes-devtools/go/go-runtime_1.26.2.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-runtime_1.26.1.bb
rename to meta/recipes-devtools/go/go-runtime_1.26.2.bb
diff --git a/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch b/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch
index af4243e625..077bebe743 100644
--- a/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch
+++ b/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch
@@ -109,7 +109,7 @@ index 7b073165d5..1f618be0bb 100644
  	}
  
  	// Configuration specific to compiler toolchain.
-@@ -2807,8 +2809,25 @@ func envList(key, def string) []string {
+@@ -2804,8 +2806,25 @@ func envList(key, def string) []string {
  	return args
  }
  
@@ -136,7 +136,7 @@ index 7b073165d5..1f618be0bb 100644
  	if cppflags, err = buildFlags("CPPFLAGS", "", p.CgoCPPFLAGS, checkCompilerFlags); err != nil {
  		return
  	}
-@@ -2824,6 +2843,13 @@ func (b *Builder) CFlags(p *load.Package) (cppflags, cflags, cxxflags, fflags, l
+@@ -2821,6 +2840,13 @@ func (b *Builder) CFlags(p *load.Package) (cppflags, cflags, cxxflags, fflags, l
  	if ldflags, err = buildFlags("LDFLAGS", DefaultCFlags, p.CgoLDFLAGS, checkLinkerFlags); err != nil {
  		return
  	}
@@ -150,7 +150,7 @@ index 7b073165d5..1f618be0bb 100644
  
  	return
  }
-@@ -2912,7 +2938,7 @@ func (b *Builder) runCgo(ctx context.Context, a *Action) error {
+@@ -2909,7 +2935,7 @@ func (b *Builder) runCgo(ctx context.Context, a *Action) error {
  	cgoExe := base.Tool("cgo")
  	cgofiles = mkAbsFiles(p.Dir, cgofiles)
  
@@ -159,7 +159,7 @@ index 7b073165d5..1f618be0bb 100644
  	if err != nil {
  		return err
  	}
-@@ -3461,7 +3487,7 @@ func (b *Builder) swigOne(a *Action, file, objdir string, pcCFLAGS []string, cxx
+@@ -3462,7 +3488,7 @@ func (b *Builder) swigOne(a *Action, file, objdir string, pcCFLAGS []string, cxx
  	p := a.Package
  	sh := b.Shell(a)
  
diff --git a/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch b/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch
index e2a0cd65b3..9aebc2f0dc 100644
--- a/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch
+++ b/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch
@@ -94,7 +94,7 @@ index 1f618be0bb..651fa64582 100644
  	if err := sh.Mkdir(buildAction.Objdir); err != nil {
  		return nil, err
  	}
-@@ -1891,6 +1908,14 @@ func (b *Builder) linkShared(ctx context.Context, a *Action) (err error) {
+@@ -1888,6 +1905,14 @@ func (b *Builder) linkShared(ctx context.Context, a *Action) (err error) {
  		return err
  	}
  
diff --git a/meta/recipes-devtools/go/go_1.26.1.bb b/meta/recipes-devtools/go/go_1.26.2.bb
similarity index 100%
rename from meta/recipes-devtools/go/go_1.26.1.bb
rename to meta/recipes-devtools/go/go_1.26.2.bb
