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
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
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.
The text was updated successfully, but these errors were encountered:
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
What did you do?
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:
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.
The text was updated successfully, but these errors were encountered: