go-build/pkg/build/builders
Codex 316bab7014 fix(go-build): replace testify with stdlib testing across repo (AX-6)
Cross-repo sweep — 84 *_test.go files swapped assert.*/require.* for
stdlib if-err patterns. Dropped testify direct require from go.mod,
go mod tidy updated go.sum.

Verification:
- `grep -r stretchr/testify --include=*.go .` empty
- go.mod has no testify require
- `rg "\bassert\.|\brequire\." -g '*.go'` empty

Follow-ups out of ticket scope:
- pkg/build/ci.go: core.Trim arity mismatch + missing core.Result.Error
  (regression from prior AX-6 swaps — separate ticket)
- pkg/build/signing notarization tests require codesign binary,
  not available in sandbox (environmental)

Closes tasks.lthn.sh/view.php?id=743

Co-authored-by: Codex <noreply@openai.com>
2026-04-24 20:48:52 +01:00
..
cpp.go Align go-build module path with RFC 2026-04-15 11:50:20 +01:00
cpp_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
deno.go Add npm frontend build overrides 2026-04-15 14:34:20 +01:00
deno_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
docker.go wip: pre-sweep snapshot 2026-04-24 2026-04-24 08:26:11 +01:00
docker_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
docs.go wip: pre-sweep snapshot 2026-04-24 2026-04-24 08:26:11 +01:00
docs_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
env.go wip: pre-sweep snapshot 2026-04-24 2026-04-24 08:26:11 +01:00
go.go fix(go-build): remove banned runtime from builders/go.go (AX-6) 2026-04-24 19:49:16 +01:00
go_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
linuxkit.go wip: pre-sweep snapshot 2026-04-24 2026-04-24 08:26:11 +01:00
linuxkit_image.go Fix SDK fallback and LinuxKit/GitHub build gaps 2026-04-15 12:58:07 +01:00
linuxkit_image_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
linuxkit_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
node.go wip: pre-sweep snapshot 2026-04-24 2026-04-24 08:26:11 +01:00
node_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
package_manager.go Align go-build module path with RFC 2026-04-15 11:50:20 +01:00
php.go wip: pre-sweep snapshot 2026-04-24 2026-04-24 08:26:11 +01:00
php_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
python.go wip: pre-sweep snapshot 2026-04-24 2026-04-24 08:26:11 +01:00
python_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
resolver.go Align go-build module path with RFC 2026-04-15 11:50:20 +01:00
resolver_init_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
resolver_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
rust.go wip: pre-sweep snapshot 2026-04-24 2026-04-24 08:26:11 +01:00
rust_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
taskfile.go wip: pre-sweep snapshot 2026-04-24 2026-04-24 08:26:11 +01:00
taskfile_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
wails.go wip: pre-sweep snapshot 2026-04-24 2026-04-24 08:26:11 +01:00
wails_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
zip_deterministic.go fix(build): make zip bundles deterministic 2026-04-01 20:53:40 +00:00