diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-06-02 08:57:28 +0900 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:39 +0100 |
| commit | 055e855828970b43875b15bf71d9a6528c2d751c (patch) | |
| tree | b914f03313cef6681558dda460281e3e54318f80 /gnu | |
| parent | d8af4f1064135dec7e7c7efdad9ecb18d7fee906 (diff) | |
gnu: go: Update to 1.24 for building packages.
* gnu/packages/golang.scm (go): Update to 1.24.
Change-Id: I036d768405d9c757c0a068d977c1633aaa41d8cd
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index eb04e2eb86f..ed9a32e6109 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1065,7 +1065,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") ;; ;; Default Golang version used in guix/build-system/go.scm to build packages. ;; -(define-public go go-1.21) +(define-public go go-1.24) (define make-go-std (mlambdaq (go) |
