[bug#55210,3/3] gnu: go: Update to go-1.18

Message ID 20220501185842.26643-1-ph@heykimo.com
State New
Headers
Series Add go-1.18.1 |

Commit Message

Pier-Hugues Pellerin May 1, 2022, 6:58 p.m. UTC
* gnu/packages/golang.scm go: Update to go-1.18.
---
 gnu/packages/golang.scm | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

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 @@  (define-public go-next
     (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