guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 402eb6708521b23daaa7429a8ca18980cfac7327
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 19:03:35 2025 +0100

    gnu: matterbridge: Build with go-1.24.
    
    * gnu/packages/messaging.scm (matterbridge)[arguments] <go>: Use default 
(go-1.24).
    <test-flags>: Don't vet during tests.
    
    Change-Id: I3dd7cefb6d9fbd4eef49b80030804ef7cc1981ef
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 63e3b170b7..bb70338c11 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3378,11 +3378,11 @@ designed for experienced users.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.23
       ;; It helps to resolve <golang.org/x/net/publicsuffix/table.go:63:12>:
       ;; pattern data/children: cannot embed irregular file data/children
       #:embed-files #~(list "children" "nodes" "text")
-      #:import-path "github.com/42wim/matterbridge"))
+      #:import-path "github.com/42wim/matterbridge"
+      #:test-flags #~(list "-vet=off")))
     (inputs (list
              ;; golang.org
              go-golang-org-x-crypto

Reply via email to