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

Handle patch versions in go.mod #93

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Conversation

MarcoPolo
Copy link
Contributor

fixes #92

@galargh
Copy link
Member

galargh commented Oct 22, 2024

Nice! Thanks, I'm going to quickly test it and I'll do a release today.

@galargh galargh merged commit cd89fcf into ipdxco:main Oct 22, 2024
36 checks passed
@galargh galargh mentioned this pull request Oct 22, 2024
@@ -37,7 +37,7 @@ jobs:
id: go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version || (fromJSON(steps.go-mod.outputs.json).Go && format('{0}.x', fromJSON(steps.go-mod.outputs.json).Go)) }}
go-version: ${{ inputs.go-version || (fromJSON(steps.go-mod.outputs.json).Go && fromJSON(steps.go-mod.outputs.json).Go) }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know it's my fault here, but this is a redundant &&.

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

Successfully merging this pull request may close these issues.

Do not assume major.minor version in the go.mod file
2 participants