Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix stale GOROOT used by client-gen #687

Merged
merged 1 commit into from
Aug 20, 2024
Merged

ci: fix stale GOROOT used by client-gen #687

merged 1 commit into from
Aug 20, 2024

Conversation

spacewander
Copy link
Member

@spacewander spacewander commented Aug 19, 2024

Fix #684

@github-actions github-actions bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 19, 2024
@spacewander
Copy link
Member Author

Generating clientset at mosn.io/htnn/types/pkg/client/clientset
I0819 03:10:19.251289    2489 parse.go:383] importPackage mosn.io/htnn/types/apis/v1
I0819 03:10:19.251327    2489 parse.go:330] addDir mosn.io/htnn/types/apis/v1
I0819 03:10:19.251735    2489 parse.go:[40](https://github.com/mosn/htnn/actions/runs/10446445403/job/28923873135?pr=687#step:8:41)4] unable to import "mosn.io/htnn/types/apis/v1": go/build: go list mosn.io/htnn/types/apis/v1: fork/exec /opt/hostedtoolcache/go/1.21.12/x64/bin/go: no such file or directory

Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.24%. Comparing base (667f07d) to head (accfcac).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #687      +/-   ##
==========================================
+ Coverage   88.18%   88.24%   +0.05%     
==========================================
  Files         119      119              
  Lines        5834     5834              
==========================================
+ Hits         5145     5148       +3     
+ Misses        498      495       -3     
  Partials      191      191              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
@spacewander spacewander changed the title ci: investigate why the check generated files failed ci: fix stale GOROOT used by client-gen Aug 19, 2024
@spacewander spacewander marked this pull request as ready for review August 19, 2024 04:10
@spacewander spacewander merged commit 3b522bf into main Aug 20, 2024
14 checks passed
@spacewander spacewander deleted the 819 branch August 20, 2024 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI fails randomly because client-gen doesn't work sometimes
1 participant