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

Use semver for default Golang version filtering #1283

Merged
merged 2 commits into from
Apr 18, 2023

Conversation

olblak
Copy link
Member

@olblak olblak commented Apr 18, 2023

By default the golang source plugin returns the wrong version because it uses the wrong version filtering rule

Test

To test this pull request, you can run the following commands:
Following manifest should return 1.20.3 instead of 1.9.4

sources:
    golang:
        name: Get latest Golang version
        kind: golang

Additional Information

Tradeoff

Potential improvement

Signed-off-by: Olblak <me@olblak.com>
@olblak olblak added the bug Something isn't working label Apr 18, 2023
@olblak olblak merged commit af32c47 into updatecli:main Apr 18, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant