Commit b728d61
Fix: Remove tool installation from Go Tip workflow (jaegertracing#7716)
## Which problem is this PR solving?
- Resolves jaegertracing#7664
## Description of the changes
- Removed the installation of stable Go and test dependencies (make
install-test-tools) from the
ci-unit-tests-go-tip.yml
workflow.
- Removed the "Lint" step, which was previously a placeholder and not
performing actual linting in this workflow.
- This ensures that tools (like linters) are not built using the
potentially unstable Go Tip version, preventing unrelated build failures
during Go Tip testing. The workflow now strictly focuses on compiling
and running unit tests for Jaeger's core code against Go Tip.
## How was this change tested?
- Tested by verifying that the workflow configuration is valid and
correctly invokes make test-ci without the unnecessary prerequisite
steps.
- The change purely modifies the CI configuration to align with the
requirement of not testing tools against Go Tip.
---------
Signed-off-by: Chinmay Mehrotra <[email protected]>
Signed-off-by: Mend Renovate <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Co-authored-by: Chinmay Mehrotra <[email protected]>
Co-authored-by: Mend Renovate <[email protected]>
Co-authored-by: Mahad Zaryab <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>1 parent 6b84213 commit b728d61
1 file changed
+1
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 29 | | |
39 | 30 | | |
40 | 31 | | |
| |||
48 | 39 | | |
49 | 40 | | |
50 | 41 | | |
51 | | - | |
52 | | - | |
| 42 | + | |
0 commit comments