diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-08-22 00:03:18 +0300 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-21 09:42:14 +0100 |
| commit | 4bbe22d2e274841d3aba974227f15c7fe74e0b78 (patch) | |
| tree | cf0c7463480e510037414363ec2f0af0639812f3 /gnu | |
| parent | 28301e3b57e393ab3b97b87d63be4cb573debb19 (diff) | |
gnu: go-1.22: Build with go-1.20.
* gnu/packages/golang.scm (go-1.22)[native-inputs]: Replace go-1.21 with
go-1.20. Update the comment.
Change-Id: I3785ecb882ba2c5f7ef888df123b44a88fc9665e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 8ced9fba8c7..859a756ba57 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm | |||
| @@ -1092,9 +1092,8 @@ in the style of communicating sequential processes (@dfn{CSP}).") | |||
| 1092 | (substitute* "src/cmd/cgo/internal/testsanitizers/tsan_test.go" | 1092 | (substitute* "src/cmd/cgo/internal/testsanitizers/tsan_test.go" |
| 1093 | ((".*tsan1[34].*") "")))))))) | 1093 | ((".*tsan1[34].*") "")))))))) |
| 1094 | (native-inputs | 1094 | (native-inputs |
| 1095 | ;; Go 1.22 and later requires Go 1.20 (min. 1.20.6, which we don't have) | 1095 | ;; Go 1.22 and later requires Go 1.20 as the bootstrap toolchain. |
| 1096 | ;; as the bootstrap toolchain. | 1096 | (alist-replace "go" (list go-1.20) (package-native-inputs go-1.20))))) |
| 1097 | (alist-replace "go" (list go-1.21) (package-native-inputs go-1.21))))) | ||
| 1098 | 1097 | ||
| 1099 | (define %go-1.23-arm64-micro-architectures | 1098 | (define %go-1.23-arm64-micro-architectures |
| 1100 | ;; https://go.dev/wiki/MinimumRequirements#arm64 | 1099 | ;; https://go.dev/wiki/MinimumRequirements#arm64 |
