Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mistagged versions are causing Go package manager problems #433

Closed
turbolent opened this issue Jun 4, 2024 · 0 comments · Fixed by onflow/flow-go#6085
Closed

Mistagged versions are causing Go package manager problems #433

turbolent opened this issue Jun 4, 2024 · 0 comments · Fixed by onflow/flow-go#6085
Assignees
Labels
bug Something isn't working Feedback

Comments

@turbolent
Copy link
Member

Problem

v1.2.3 was mistagged and then v1.2.4 was tagged above it to redact it.

The currently latest versions are below these versions (v1.0.0 / v1.1.0), which results in the Go package manager still picking commits above v1.2.3.

Steps to Reproduce

Import e.g. flow-go or Flow Emulator in a Go module.

Go resolves to v1.2.4-0.20231016154253-a00dbf7c061f instead of the correct

github.com/onflow/flow-core-contracts/lib/go/contracts v1.1.0
github.com/onflow/flow-core-contracts/lib/go/templates v1.0.0

Acceptance Criteria

Correct versions are resolved

Context

https://discord.com/channels/613813861610684416/1204178081200472145/1247643134339448854

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Feedback
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants