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

Device Plugin Github releases are not synchronized with pkg.go.dev #375

Open
MichalGuzieniuk opened this issue Sep 21, 2021 · 0 comments
Open

Comments

@MichalGuzieniuk
Copy link
Contributor

What happened?

Calling go get on repository does not pulls latest available release. Instead a version 3.0.0 is added to go.mod file

# go get github.com/k8snetworkplumbingwg/sriov-network-device-plugin
go: github.com/k8snetworkplumbingwg/sriov-network-device-plugin upgrade => v3.0.0+incompatible

Please check that on https://pkg.go.dev/github.com/intel/sriov-network-device-plugin@v3.0.0+incompatible newer release are not available, and due to that do download newest release (at point of creation v3.3.2) user has to manually specify commit sha.

go get github.com/k8snetworkplumbingwg/sriov-network-device-plugin@e112960

What did you expect to happen?

I would expect that latest release will be available with go get from https://pkg.go.dev.

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