We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to upgrade the messages used in Gherkin I run into this problem:
The released code sits in a sub directory named go that has been tagged go/v21.0.1 here https://github.com/cucumber/messages/tree/go/v21.0.1/go. When I try to require this using:
go
go/v21.0.1
require ( github.com/cucumber/messages/go/v21 v21.0.1 )
And then go get I got:
go: github.com/cucumber/messages/go/[email protected]: verifying go.mod: github.com/cucumber/messages/go/[email protected]/go.mod: reading https://sum.golang.org/lookup/github.com/cucumber/messages/go/[email protected]: 404 Not Found server response: not found: github.com/cucumber/messages/go/[email protected]: invalid version: unknown revision go/v21.0.1
Tagging with v21.0.1 also doesn't work.
The text was updated successfully, but these errors were encountered:
Looks like sum.golang.org was just slow. Can be resolved by using: GONOPROXY=none
GONOPROXY=none
https://github.com/goproxyio/goproxy.io/blob/master/content/docs/GOPRIVATE-env.md
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🤔 What's the problem you've observed?
Trying to upgrade the messages used in Gherkin I run into this problem:
The released code sits in a sub directory named
go
that has been taggedgo/v21.0.1
here https://github.com/cucumber/messages/tree/go/v21.0.1/go. When I try to require this using:And then go get I got:
Tagging with v21.0.1 also doesn't work.
The text was updated successfully, but these errors were encountered: