go-build/pkg/build
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
..
apple fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
builders fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
images Align LinuxKit images and SDK Docker fallback with RFC 2026-04-15 10:41:02 +01:00
installers fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
signing fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
templates Wire npm pre-build overrides through build entry points 2026-04-15 23:07:06 +01:00
testdata feat(build): discovery enrichment, build options, CI output format 2026-03-31 19:33:31 +01:00
apple.go Harden version and installer rendering 2026-04-15 17:17:45 +01:00
apple_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
archive.go feat(go-build): gpt-5.4-mini/mature pass 3 2026-04-18 08:41:43 +01:00
archive_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
build.go Add npm frontend build overrides 2026-04-15 14:34:20 +01:00
builtin_resolver.go Harden version and installer rendering 2026-04-15 17:17:45 +01:00
cache.go Align cache defaults with RFC 2026-04-15 22:27:49 +01:00
cache_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
checksum.go Align go-build module path with RFC 2026-04-15 11:50:20 +01:00
checksum_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
ci.go fix(go-build): remove banned json/url/strings from pkg/build/ci.go (AX-6) 2026-04-24 19:50:50 +01:00
ci_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
config.go Support RFC pre_build config hooks 2026-04-15 17:09:22 +01:00
config_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
discovery.go fix(go-build): remove banned runtime from discovery.go (AX-6) 2026-04-24 19:45:29 +01:00
discovery_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
env.go Add npm frontend build overrides 2026-04-15 14:34:20 +01:00
installers.go Refine installer API names 2026-04-15 14:30:51 +01:00
linuxkit_image.go Preserve default LinuxKit image mounts 2026-04-15 11:59:51 +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_templates.go Add immutable LinuxKit image builds 2026-04-15 03:55:34 +01:00
options.go Tighten WebKit tag injection 2026-04-15 22:54:04 +01:00
options_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
pipeline.go Wire npm pre-build overrides through build entry points 2026-04-15 23:07:06 +01:00
pipeline_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
run.go Wire npm pre-build overrides through build entry points 2026-04-15 23:07:06 +01:00
run_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
runtime_config.go Tighten unsafe version interpolation 2026-04-15 22:48:34 +01:00
runtime_config_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
setup.go Add Python setup planning and CI tag versioning 2026-04-15 22:42:07 +01:00
setup_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
version_flags.go Harden build version validation 2026-04-15 17:32:06 +01:00
version_flags_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
version_templates.go Support RFC version templates across build and Docker flows 2026-04-15 07:44:08 +01:00
version_templates_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
workflow.go Align go-build module path with RFC 2026-04-15 11:50:20 +01:00
workflow_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
xcode_cloud.go Harden Xcode Cloud shell quoting 2026-04-15 22:45:47 +01:00
xcode_cloud_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00