internal/rosa/package/go: 1.26.5 to 1.26.6

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-14 16:18:55 +09:00
parent 050051e593
commit 203ce6864b
2 changed files with 2 additions and 139 deletions
+2 -4
View File
@@ -3,18 +3,16 @@ package go {
website = "https://go.dev";
anitya = 1227;
version# = "1.26.5";
version# = "1.26.6";
source = remoteTar {
url = "https://go.dev/dl/go"+version+".src.tar.gz";
checksum = "13yt1u_NGOd62LO-WZ8W6CUXodOrEF5CdkiTTiH9E635IHn1luvlXYjsHpBXNFSw";
checksum = "BJQz9rGJ7ElMsZGURH7lw48Hw0x88RwdQJpINMomtgGCMK3AtwGCxDRkLE9REh5r";
compress = gzip;
};
patches = [
// https://go.dev/issue/77674
"746640.patch",
// https://go.dev/issue/80308
"799064.patch",
];
env = [