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
Every required module in a go.mod has a [semantic version](https://semver.org/), the minimum version of that dependency to use to build the module.
A semantic version has the form vMAJOR.MINOR.PATCH.
Currently, I get following error message:
go get github.com/codefresh-io/[email protected]
go: github.com/codefresh-io/[email protected]: reading github.com/codefresh-io/terraform-provider-codefresh/go.mod at revision v0.0.24: unknown revision v0.0.24
The text was updated successfully, but these errors were encountered:
Hi,
It would be nice, if this repo would switch to semantic versions, so we can use this repo as go module -> https://go.dev/blog/publishing-go-modules
Currently, I get following error message:
The text was updated successfully, but these errors were encountered: