Skip to content

Deleted version v1.5.5 causes problems should be retracted #247

Closed
@J-Rocke

Description

@J-Rocke

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions