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(internal/gapicgen): add generation of internal/version.go for new client modules (#5726)
This was discovered attempting to generate certificatemanager.
New client generation failed with apiv1/version.go: no such file or directory
- Move genVersionFile before genModule .
- Fix path for generation of apivX/version.go file.
- Add template and creation of the client's internal/version.go file, conditional on genModule.
0 commit comments