Skip to content

Fix build: Add patch version to go directive in go.mod #196

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

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

kpaulisse
Copy link
Contributor

This PR removes the CI failures that were occurring due to:

go: updates to go.mod needed; to update it:
        go mod tidy
make: *** [Makefile:13: test.unit] Error 1

Based on the discussion in golang/go#62278 (comment) and the fact that this project doesn't seem to rely on any specific patch revision, I put 1.23.0 to resolve the issue.

@andreykaipov
Copy link
Owner

Awesome - thank you! Seems like the initial test workflow failed because of some flaky functional test, but now it passed.

@andreykaipov andreykaipov merged commit 808cf42 into andreykaipov:main Mar 18, 2025
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants