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

commit f3ddb53dd219867d65aeb7dcc66e0eaeefbfd450
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 16:06:47 2025 +0100

    gnu: go-github-com-nektos-act: Fix build.
    
    * gnu/packages/golang-vcs.scm (go-github-com-nektos-act)[arguments]
    <go>: Use default (go-1.24).
    
    Change-Id: Ifffb48cd1612b786ccd3dfa53a239bc8290c1bb7
---
 gnu/packages/golang-vcs.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/golang-vcs.scm b/gnu/packages/golang-vcs.scm
index 23d43e635c..be72ac412e 100644
--- a/gnu/packages/golang-vcs.scm
+++ b/gnu/packages/golang-vcs.scm
@@ -268,7 +268,6 @@ supported yet.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.23
       #:import-path "github.com/nektos/act"
       #:embed-files #~(list ".*\\.json")
       #:test-flags

Reply via email to