diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-03 16:18:04 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-03 16:18:04 +0900 |
| commit | 4d04f86f4a85007544932a28bd4c779f8bfb561b (patch) | |
| tree | 802d358ed0e9686064d68351c28137a2cc9772dd | |
| parent | 42cea1e7c6d1ea0658e6b4d2a1f12f98b9c0dd22 (diff) | |
internal/rosa/go: 1.26.3 to 1.26.4
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/go.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/rosa/go.go b/internal/rosa/go.go index 64559d64..fbee360b 100644 --- a/internal/rosa/go.go +++ b/internal/rosa/go.go @@ -56,8 +56,8 @@ ln -s \ func init() { const ( - version = "1.26.3" - checksum = "lEiFocZFnN5fKvZzmwVdqc9pYUjAuhzqZGbuiOqxUP4XdcY8yECisKcqsQ_eNn1N" + version = "1.26.4" + checksum = "fpqJlxa41wKRtbnviYNLk9VxgcL-5oIEDxsriF8svU6kNwQW70oRRA9gTz_ImVoB" ) meta := Metadata{ Name: "go", @@ -152,8 +152,8 @@ sed -i \ ) go125 := t.newGo( - "1.25.10", - "TwKwatkpwal-j9U2sDSRPEdM3YesI4Gm88YgGV59wtU-L85K9gA7UPy9SCxn6PMb", + "1.25.11", + "cnqAQ8wpVZXcM6nHAfSqFkIW4L3H73ALB9rBfKUBbfgg4_pOF3I9zOZARgYQ6MR2", []string{"CGO_ENABLED=0"}, ` sed -i \ 's,/lib/ld-musl-`+t.linuxArch()+`.so.1,/system/bin/linker,' \ |
