Closed paulheg closed 5 months ago
Just found a work around:
GOPROXY=https://proxy.golang.org/cached-only go mod download github.com/SAP/go-hdb@v0.14.1
This issue has had no recent activity and will be closed soon.
I am also seeing the same issue:
% go list -m all
go: github.com/SAP/go-hdb@v0.14.1: invalid version: unknown revision v0.14.1
@paulheg's workaround didn't work for me.
When trying to build this right now, Im getting an error that
v0.14.1
of thegithub.com/SAP/go-hdb
is not available any more.I updated it to v1.0.0 for now to get it building again.