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
Issue: Although v2.0.0 was released on github, it is not released to go.pkg.dev. Reference the below screenshot. go get github.com/taxjar/taxjar-go@latest results in v1.1.1 being added to go.mod.
Issue: Although v2.0.0 was released on github, it is not released to
go.pkg.dev
. Reference the below screenshot.go get github.com/taxjar/taxjar-go@latest
results in v1.1.1 being added togo.mod
.https://pkg.go.dev/github.com/taxjar/taxjar-go
Workaround: I can pin the v2.0.0 commit in my
go.mod
file. But this is not ideal.Proposed solution: Publish the v2.0.0 release to
go.pkg.dev
.The text was updated successfully, but these errors were encountered: