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

Switch to the go1.21, introduce toolchain to go.mod #3915

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

olegbespalov
Copy link
Contributor

@olegbespalov olegbespalov commented Aug 26, 2024

What?

This PR switches requirements go minimum 1.21 and introduces the toolchain into the go.mod

Why?

Soon, we'll start actively use go 1.23, which leads us anyway to implement this change since toolchain nowadays a default output of the go mod

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

@olegbespalov olegbespalov added the dependencies Pull requests that update a dependency file label Aug 26, 2024
@olegbespalov olegbespalov added this to the v0.54.0 milestone Aug 26, 2024
@olegbespalov olegbespalov self-assigned this Aug 26, 2024
@olegbespalov olegbespalov requested a review from a team as a code owner August 26, 2024 07:53
@olegbespalov olegbespalov requested review from mstoykov and joanlopez and removed request for a team August 26, 2024 07:53
mstoykov
mstoykov previously approved these changes Aug 26, 2024
go.mod Outdated Show resolved Hide resolved
@olegbespalov olegbespalov merged commit 026d53d into master Aug 26, 2024
22 checks passed
@olegbespalov olegbespalov deleted the chore/toolchain branch August 26, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants