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
Does this issue reproduce with the latest release?
Yes.
What did you do?
go mod init foo
go get github.com/berlin-ab/testsuite@latest
go: creating new go.mod: module foo
go: to add module requirements and sums:
go mod tidy
go: added github.com/berlin-ab/testsuite v1.0.0
GOPROXY=https://proxy.golang.org/cached-only go get github.com/berlin-ab/testsuite@latest
go: upgraded github.com/berlin-ab/testsuite v1.0.0 => v1.2.1
What did you expect to see?
I expected the module proxy to serve v1.2.1
What did you see instead?
it only serves v1.0.0
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What did you do?
What did you expect to see?
I expected the module proxy to serve v1.2.1
What did you see instead?
it only serves v1.0.0
The text was updated successfully, but these errors were encountered: