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

go.mod: Fix go directive to include patch version #315

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

radeksimko
Copy link
Member

@radeksimko radeksimko commented Sep 6, 2023

This reflects upstream changes as described in golang/go#62278 and unblocks dependabot which currently cannot run.

Screenshot 2023-09-06 at 07 21 07

An alternative fix would be to add toolchain 1.21.0 but given that we don't need different version for compatibility and toolchain I think it's easier to just update the go directive for now.

See also dependabot/dependabot-core#7895

This reflects upstream changes as described in golang/go#62278
@radeksimko radeksimko added the dependencies Auto-pinning label Sep 6, 2023
@radeksimko radeksimko requested a review from a team as a code owner September 6, 2023 06:50
Copy link
Member

@dbanck dbanck left a comment

Choose a reason for hiding this comment

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

Nice catch

@radeksimko radeksimko merged commit b83522f into main Sep 6, 2023
4 checks passed
@radeksimko radeksimko deleted the fix-go-mod-version branch September 6, 2023 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Auto-pinning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants