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 embedding GoBGP into another project, Go 1.11 doesn't recognize the version number as it doesn't follow semantic versioning. For next version, could you use 1.34.0 instead of 1.34? To test:
$ GO111MODULE=on go get github.com/osrg/gobgp@v1.33go: finding github.com/osrg/gobgp v1.33.0go: github.com/osrg/gobgp@v1.33.0: unknown revision v1.33.0go: error loading module requirements
The text was updated successfully, but these errors were encountered:
Hey!
When embedding GoBGP into another project, Go 1.11 doesn't recognize the version number as it doesn't follow semantic versioning. For next version, could you use
1.34.0
instead of1.34
? To test:The text was updated successfully, but these errors were encountered: