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
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
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
Please check that on https://pkg.go.dev/github.com/intel/[email protected]+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.
What did you expect to happen?
I would expect that latest release will be available with go get from https://pkg.go.dev.
The text was updated successfully, but these errors were encountered: