[arvados] created: 2.7.0-6632-g13ffe9bd04

git repository hosting git at public.arvados.org
Tue May 28 18:14:44 UTC 2024


        at  13ffe9bd040c4538269dd1cf12de496469d58895 (commit)


commit 13ffe9bd040c4538269dd1cf12de496469d58895
Author: Tom Clegg <tom at curii.com>
Date:   Tue May 28 12:10:39 2024 -0400

    21705: Downgrade to Go 1.21 to avoid glibc compatibility issue.
    
    See
    * https://github.com/sylabs/singularity/releases/tag/v4.1.3
    * https://github.com/sylabs/singularity/issues/2677
    * https://github.com/golang/go/issues/65625
    * https://dev.arvados.org/issues/21705#note-13
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/install/deps.go b/lib/install/deps.go
index 01327e5daf..9c5eeaccfd 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -31,7 +31,7 @@ import (
 
 var Command cmd.Handler = &installCommand{}
 
-const goversion = "1.22.2"
+const goversion = "1.21.10"
 
 const (
 	defaultRubyVersion        = "3.2.2"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list