You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add go_sum support to resolve Go module dependency errors
- Added go_sum attribute to go_wasm_component rule
- Updated setup_go_module_action to include go.sum files in workspace
- Fixed all go_component targets to specify go_sum parameter
- Removed unused cm import from calculator_main.go
This resolves the CI failures:
- main.go:4:2: go.bytecodealliance.org/[email protected]: missing go.sum entry
- calculator_main.go:4:2: missing go.sum entry for module
Note: WIT dependency issues with wasi:io/streams still need to be addressed
0 commit comments