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

v0.7.0 isn't available on pkg.go.dev and the latest install fails #424

Closed
jmhodges opened this issue Dec 20, 2023 · 1 comment
Closed

v0.7.0 isn't available on pkg.go.dev and the latest install fails #424

jmhodges opened this issue Dec 20, 2023 · 1 comment

Comments

@jmhodges
Copy link

Hey, it appears there's a release tag for v0.7.0 but that version isn't on https://pkg.go.dev/github.com/google/gnostic-models right now. The latest is currently 0.6.8 from 2022. https://pkg.go.dev/github.com/google/gnostic-models?tab=versions

Also, when trying to fetch the latest it fails with an error that seems to imply the repo is broken in an interesting way:

$  go install github.com/google/gnostic-models@latest
go: github.com/google/gnostic-models@latest: module github.com/google/gnostic-models@latest found (v0.6.8), but does not contain package github.com/google/gnostic-models

(This is unfortunate because gnostic-models is depended on by the kubernetes Go client in its fakes and other things. So not being able to fetch this is causing oddities)

@jmhodges
Copy link
Author

Sorry, this is PEBKAC. I was on two different repos at once.

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