diff options
author | Pier-Hugues Pellerin <ph@heykimo.com> | 2022-05-01 14:58:42 -0400 |
---|---|---|
committer | Guix Patches Tester <> | 2022-05-01 20:00:34 +0100 |
commit | 7a7ed8b088c53da8add52217c890ef1f11d14f8e (patch) | |
tree | 397f9d0ca3e7e79efc80ca44796dff8266d1423b | |
parent | 15f3485f2a4c83063b6da6baa2f68baf51b6fd79 (diff) | |
download | guix-patches-7a7ed8b088c53da8add52217c890ef1f11d14f8e.tar guix-patches-7a7ed8b088c53da8add52217c890ef1f11d14f8e.tar.gz |
gnu: go: Update to go-1.18series-12228
* gnu/packages/golang.scm go: Update to go-1.18.
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index a9091b67a0..95ac6546e7 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -870,6 +870,8 @@ in the style of communicating sequential processes (@dfn{CSP}).") (inherit go-1.18) (name "go-next"))) +(define-public go go-1.18) + (define-public (make-go-std go) "Return a package which builds the standard library for Go compiler GO." (package |