WinInspect includes Go components (go.mod present, go CLI builds). The winbuild Dockerfile needs the Go toolchain to cross-compile them.
Change: Add golang-go package to tools/winbuild/Dockerfile.
Test plan:
- Run
docker buildx build --check on the winbuild Dockerfile
- Verify go binary is present in the image
WinInspect includes Go components (go.mod present, go CLI builds). The winbuild Dockerfile needs the Go toolchain to cross-compile them.
Change: Add
golang-gopackage totools/winbuild/Dockerfile.Test plan:
docker buildx build --checkon the winbuild Dockerfile