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
When running go get upgrade mod fails due to semver drift from v0 to v2023
➜ github-ops git:(main) ✗ go get -u github.com/opslevel/opslevel-go
go: errors parsing go.mod:
/Users/xxxxx/git/github/github-ops/go.mod:8:2: require github.com/opslevel/opslevel-go: version "v2023.5.5" invalid: should be v0 or v1, not v2023
The text was updated successfully, but these errors were encountered:
When running go get upgrade mod fails due to semver drift from v0 to v2023
The text was updated successfully, but these errors were encountered: