Commit d49a019
fix(ci): add setup-go to SonarCloud workflow
The ci_sonarcloud.yml workflow has been failing on every push to main
since April 21 (21 consecutive failures). The generate-coverage job
was missing actions/setup-go, causing Go's auto-downloaded toolchain
to lack the covdata tool needed for coverage instrumentation.
Add actions/setup-go with GO_VERSION env var, matching the pattern
used in ci_local.yml.
Fixes complytime#245
Assisted-by: Cursor AI
Signed-off-by: sonupreetam <spreetam@redhat.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent d27e704 commit d49a019
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| |||
0 commit comments