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

Fix tls min version in tests with go 1.22 #3870

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Conversation

mstoykov
Copy link
Contributor

What?

As part of 1.22 minimum tls version by default is now 1.2, but the test didn't specify lower one, even though they are testing exactly that.

Why?

While we still haven't set the go directive in go.mod ot 1.22 - we will do it one day and it will be better if things to fail then.

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)

As part of 1.22 minimum tls version by default is now 1.2, but the test
didn't specify lower one, even though they are testing exactly that.
@mstoykov mstoykov added the tests label Jul 23, 2024
@mstoykov mstoykov added this to the v0.53.0 milestone Jul 23, 2024
@mstoykov mstoykov requested a review from a team as a code owner July 23, 2024 11:38
@mstoykov mstoykov requested review from codebien and olegbespalov and removed request for a team July 23, 2024 11:38
@mstoykov mstoykov requested a review from joanlopez July 24, 2024 10:01
@mstoykov mstoykov merged commit d805563 into master Jul 24, 2024
23 checks passed
@mstoykov mstoykov deleted the fixBuildWithGo1.22 branch July 24, 2024 10:13
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.

3 participants