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
I have recently begun working on a tool which will create HumioRepository custom resources using the kubernetes client. I attempted to import this module go get github.com/humio/humio-operator so that I could import github.com/humio/humio-operator/api/v1alpha1 but the only version that go get will download is the ancient v0.3.0. Using semantic versioning is required for being published by the pkg.go.dev site.
The text was updated successfully, but these errors were encountered:
I believe the best way forward is to have each directory under the api directory be the root of a Go module. This way tagging can be done separately from the root of the repository.
For example, the api/v1alpha1 directory would have a tag like api/v1alpha1/v0.20.3
I have recently begun working on a tool which will create
HumioRepository
custom resources using the kubernetes client. I attempted to import this modulego get github.com/humio/humio-operator
so that I couldimport github.com/humio/humio-operator/api/v1alpha1
but the only version thatgo get
will download is the ancientv0.3.0
. Using semantic versioning is required for being published by the pkg.go.dev site.The text was updated successfully, but these errors were encountered: