goconvey: fix go 1.25 build error by explicitly using buildGo124Module (#475675)

This commit is contained in:
Sandro
2026-01-14 07:49:00 +00:00
committed by GitHub
+5 -2
View File
@@ -1,10 +1,13 @@
{
lib,
buildGoModule,
fetchFromGitHub,
# Build fails with Go 1.25, with the following error:
# 'vendor/golang.org/x/tools/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)'
# Wait for upstream to update their vendored dependencies before unpinning.
buildGo124Module,
}:
buildGoModule {
buildGo124Module {
pname = "goconvey";
version = "1.8.1-unstable-2024-03-06";