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

x/pkgsite: https://pkg.go.dev/github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli #58772

Closed
g-awmalik opened this issue Feb 27, 2023 · 1 comment

Comments

@g-awmalik
Copy link

What is the URL of the page with the issue?

https://pkg.go.dev/github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli

What is your user agent?

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

Screenshot

Screenshot 2023-02-27 at 12 23 38 PM

What did you do?

git add .
git commit -m "new version"
git push origin feat/new-version
// merged PR in GitHub to master
git tag cli/v0.5.3
GOPROXY=proxy.golang.org go list -m github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli@v0.5.3
//produced: github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli v0.5.3

What did you expect to see?

I expected to see the latest version i.e. v0.5.3 published on pkg.go.dev but the latest version there is still pointing to v0.5.2, as can be seen in the screen shot.

What did you see instead?

The latest version on pkg.go.dev is still pointing to v0.5.2 even though I've waited almost an hour after publishing. Also, the command:

go get github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli@latest

is pulling the latest version i.e. 0.5.3.

Another data point: I don't have a tag with just the semvar i.e. v0.5.3 instead I version it as cli/v0.5.3 since the codebase for this package lives under the cli/ folder.

@gopherbot gopherbot added this to the Unreleased milestone Feb 27, 2023
@g-awmalik
Copy link
Author

It just published. Seems like it take a couple of hours.

@golang golang locked and limited conversation to collaborators Feb 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants