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
Modules must be semantically versioned according to semver, usually in the form v(major).(minor).(patch), such as v0.1.0, v1.2.3, or v1.5.0-rc.1. The leading v is required. If using Git, tag released commits with their versions.
If this sounds acceptable, could you also add a v3.4.0 tag "on top" of 3.4.0?
The text was updated successfully, but these errors were encountered:
For importing sops as a Go module in other code, the release tags should be prefixed with a v, eg
v3.4.0
rather than3.4.0
.See https://github.com/golang/go/wiki/Modules#modules (emphasis mine):
If this sounds acceptable, could you also add a v3.4.0 tag "on top" of 3.4.0?
The text was updated successfully, but these errors were encountered: