Commit 6f8a736
committed
fix: restore main.go path detection in Go component rule
- Revert problematic change that broke Go module directory setup
- TinyGo was unable to find _gomod directories causing build failures
- Now properly detects main.go and uses correct path within module directory
- Falls back to compiling entire directory if no main.go present
- Resolves CI failures: 'cannot find package' errors1 parent e8f5d25 commit 6f8a736
1 file changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
236 | | - | |
237 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
238 | 250 | | |
239 | 251 | | |
240 | 252 | | |
| |||
0 commit comments