From 8836ae338a91e383d0773e6dd7bf9c738376fdb1 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 22 Oct 2025 13:26:38 +0100 Subject: [PATCH] gnu: go-github-com-yuin-gopher-lua: Build with go-1.24. * gnu/packages/golang-xyz.scm (go-github-com-yuin-gopher-lua)[arguments] : Use default compiler (go-1.24). : Don't vet during tests. Change-Id: I4eebdb1201840a6c75b204070ba0594d67b6aacb --- gnu/packages/golang-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 91ac8e82e1f355ca0f2ab485d05b4e1addf8dd40..d58d618c7fe85df8f547057070c42ba0607dd47c 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -22207,8 +22207,9 @@ common sequence} values from two arbitrary arrays.") (build-system go-build-system) (arguments (list - #:go go-1.23 #:import-path "github.com/yuin/gopher-lua" + #:test-flags + #~(list "-vet=off") ;Go@1.24 forces vet, but tests are not ready yet. #:phases #~(modify-phases %standard-phases ;; FIXME: "ls" needs to be substituted in _glua-tests/issues.lua and