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
Currently, when I run go get, it upgrades the library to the following version: go: upgraded github.com/joshuaferrara/go-satellite v0.0.0-20190508041801-c578fe801371 => v0.0.0-20220611180459-512638c64e5b
Currently, when I run
go get
, it upgrades the library to the following version:go: upgraded github.com/joshuaferrara/go-satellite v0.0.0-20190508041801-c578fe801371 => v0.0.0-20220611180459-512638c64e5b
The version
0.1.0
also does not appear in the docs: https://pkg.go.dev/github.com/joshuaferrara/go-satellite?tab=versionsI believe you need to use
v0.1.0
tag to let Go modules pick it up. Thank you.The text was updated successfully, but these errors were encountered: