ambrevar pushed a commit to branch master
in repository guix.

commit 9a65a052016572b61e3c4247fcdf9e0478656f71
Author: Pierre Neidhardt <m...@ambrevar.xyz>
Date:   Sun Nov 11 22:02:18 2018 +0100

    gnu: go: Update default to 1.11.
    
    * gnu/packages/golang.scm (go): Update default to 1.11.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e49372d..5b84ced 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -528,7 +528,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                  (setenv "GOGC" "400")
                  #t)))))))))
 
-(define-public go go-1.9)
+(define-public go go-1.11)
 
 (define-public go-github-com-alsm-ioprogress
   (let ((commit "063c3725f436e7fba0c8f588547bee21ffec7ac5")

Reply via email to