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

Missing Git tag for go get #34

Open
yann-soubeyrand opened this issue Mar 3, 2025 · 0 comments
Open

Missing Git tag for go get #34

yann-soubeyrand opened this issue Mar 3, 2025 · 0 comments

Comments

@yann-soubeyrand
Copy link

Hello,

Since the Go module is not at the root of the repository, but in the sdk directory, the tags must be prefixed with sdk/:

> go get github.com/pulumiverse/pulumi-zitadel/[email protected]
github.com/pulumiverse/pulumi-zitadel/[email protected]: verifying module: github.com/pulumiverse/pulumi-zitadel/[email protected]: reading https://sum.golang.org/lookup/github.com/pulumiverse/pulumi-zitadel/[email protected]: 404 Not Found
	server response: not found: github.com/pulumiverse/pulumi-zitadel/[email protected]: invalid version: unknown revision sdk/v0.1.8

Could you add a sdk/v0.1.8 on the commit pointed by the v0.1.8 tag please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant