(zilch lang go): pin Go version
Newer Go versions need a different bootstrap. Change-Id: I8545d53d1a0c32dca75c8d150415724d6a6a6964
This commit is contained in:
parent
1247097de2
commit
02045177dd
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
(define %goarch (make-parameter "amd64"))
|
||||
|
||||
;; 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
|
||||
;; packages to their api, and the mapping of package name as used in `import`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue