(zilch lang go): pin Go version

Newer Go versions need a different bootstrap.

Change-Id: I8545d53d1a0c32dca75c8d150415724d6a6a6964
This commit is contained in:
puck 2025-11-20 12:56:53 +00:00
parent 1247097de2
commit 02045177dd

View file

@ -42,7 +42,7 @@
(define %goarch (make-parameter "amd64")) (define %goarch (make-parameter "amd64"))
;; The Go toolchain to use to compile this all. ;; The Go toolchain to use to compile this all.
(define go-toolchain (cdr (assoc "out" (nixpkgs "go_latest")))) (define go-toolchain (cdr (assoc "out" (nixpkgs "go_1_24"))))
;; Builds an importcfg file. This file describes the mapping of both ;; Builds an importcfg file. This file describes the mapping of both
;; packages to their api, and the mapping of package name as used in `import` ;; packages to their api, and the mapping of package name as used in `import`