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 go to 1.22.4 #63

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Upgrade go to 1.22.4 #63

merged 2 commits into from
Jun 12, 2024

Conversation

ani1311
Copy link
Collaborator

@ani1311 ani1311 commented Jun 8, 2024

No description provided.

@ani1311 ani1311 marked this pull request as ready for review June 8, 2024 19:35
@ldemailly
Copy link
Member

so we’re already building with 1.22.4 (see workflows and actions with setupgo). but if you want to start using 1.22 features (like the new http match handler or the new loops) you’ll also need to fix the lints (about said loop var changes)

@ldemailly ldemailly merged commit 56ea4dd into main Jun 12, 2024
5 checks passed
@ldemailly ldemailly deleted the upgrade-go-1-22-4 branch June 12, 2024 15:15
@@ -1,6 +1,6 @@
module fortio.org/slack-proxy

go 1.21
go 1.22.4
Copy link
Member

@ldemailly ldemailly Jul 3, 2024

Choose a reason for hiding this comment

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

side note I would put 1.22 here not 1.22.4 to convey it's about language features and not a specific patch level

otherwise like today, you have to keep bumping it (now 1.22.5) while the CI does that automatically

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

got it.

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.

2 participants