guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Pier-Hugues Pellerin
Subject: [bug#55210] [PATCH 3/3] gnu: go: Update to go-1.18
Date: Sun, 1 May 2022 14:58:42 -0400

* gnu/packages/golang.scm go: Update to go-1.18.
---
 gnu/packages/golang.scm | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.35.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]