Closed
Description
GORM Playground Link
Not applicable to this kind of issue. Just go to the main branch and run go get -u gorm.io/driver/postgres
Description
This is a follow up to my comment here: #244 (comment)
v1.5.5 was released, had bug and was deleted. This did not follow the procedure how such things should be handled which can be found here https://go.dev/ref/mod#go-mod-file-retract
This lead to the go tooling and https://pkg.go.dev/gorm.io/driver/postgres to still list v1.5.5 as newest version.
If i run go get -u ./...
in a module using gorm.io/driver/postgres
it still pulls v.1.5.5 since the go module mirror still servers it even after it beeing deleted.
Proposed fix.
Release a new version properly retracting the v1.5.5. How to can be found here: https://go.dev/ref/mod#go-mod-file-retract
Metadata
Metadata
Assignees
Labels
No labels