Skip to content

Commit 9c2d384

Browse files
Update 1.24
1 parent fca8040 commit 9c2d384

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

versions.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,24 @@
616616
},
617617
"supported": false
618618
},
619+
"netbsd-arm64v8": {
620+
"url": "https://dl.google.com/go/go1.24.9.netbsd-arm64.tar.gz",
621+
"sha256": "cb804d458817551d91e5f15abdbb6f37a5747136ca3544d86c70d6644d37ea22",
622+
"env": {
623+
"GOOS": "netbsd",
624+
"GOARCH": "arm64"
625+
},
626+
"supported": false
627+
},
628+
"netbsd-i386": {
629+
"url": "https://dl.google.com/go/go1.24.9.netbsd-386.tar.gz",
630+
"sha256": "6ff174e543b523c79f8241666592fb0338ac5db8fcb9e4d81a5b94f89e9cc10e",
631+
"env": {
632+
"GOOS": "netbsd",
633+
"GOARCH": "386"
634+
},
635+
"supported": false
636+
},
619637
"openbsd-amd64": {
620638
"url": "https://dl.google.com/go/go1.24.9.openbsd-amd64.tar.gz",
621639
"sha256": "b8617f2e91263e84776ec6cfadb4df110b19a9df0e38df7c7f646c65b94491ec",
@@ -652,6 +670,15 @@
652670
},
653671
"supported": false
654672
},
673+
"openbsd-ppc64": {
674+
"url": "https://dl.google.com/go/go1.24.9.openbsd-ppc64.tar.gz",
675+
"sha256": "cb52b5641b8e9d6e53308ab13a76f94075d88b792b0e2ad38b0b8ff8331e5984",
676+
"env": {
677+
"GOOS": "openbsd",
678+
"GOARCH": "ppc64"
679+
},
680+
"supported": false
681+
},
655682
"openbsd-riscv64": {
656683
"url": "https://dl.google.com/go/go1.24.9.openbsd-riscv64.tar.gz",
657684
"sha256": "d141801ded2bc2f3b946192250d1b8a0b2fa92827f45e1a3fd00fb727c5f2d7c",

0 commit comments

Comments
 (0)