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

Golang Mod Analyzer shouldn't produce error while using semantic versioning #6052

Open
sabuhigr opened this issue Nov 13, 2023 · 1 comment

Comments

@sabuhigr
Copy link

Is your feature request related to a problem? Please describe.

/builds/MyProject/go.mod:3: invalid go version '1.21.1': must match format 1.23
[WARN] An error occurred while analyzing '/builds/devops/DialogflowCX-bot/go.mod' (Golang Mod Analyzer).

When I set 1.21, its ok.But it should check 1.21. also.

@sabuhigr sabuhigr changed the title Go Mod Analyzer shouldn't produce error while using semantic versioning Golang Mod Analyzer shouldn't produce error while using semantic versioning Nov 13, 2023
@jeremylong
Copy link
Owner

When you are using the semantic versioning - what happens when you run:

go list -json -m all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants