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

upgrade golang version #7

Merged
merged 8 commits into from
Jan 30, 2024
Merged

upgrade golang version #7

merged 8 commits into from
Jan 30, 2024

Conversation

mfleader
Copy link
Member

@mfleader mfleader commented Jan 29, 2024

Changes introduced with this PR

  • Upgrade module and ci to use golang 1.21.6.
  • Upgrade golangci-lint to 1.52.2.
  • Upgrade ci actions.
  • Bug fix for TestMessageLabels.

By contributing to this repository, I agree to the contribution guidelines.

@mfleader mfleader marked this pull request as ready for review January 30, 2024 00:29
@mfleader mfleader merged commit c29ae4d into main Jan 30, 2024
3 checks passed
@mfleader mfleader deleted the upgrade-golang branch January 30, 2024 14:34
Comment on lines +11 to +13
labelStrEmpty := l.String()
if l.String() != "" {
t.Fatalf("Incorrect label string: %s", l.String())
t.Fatalf("Incorrect label string: %s", labelStrEmpty)
Copy link

Choose a reason for hiding this comment

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

You missed a spot: in the other two changes, you replaced the l.string() reference with a reference to the new local variable; you didn't do so, here.

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.

None yet

3 participants