-
Notifications
You must be signed in to change notification settings - Fork 264
build: Bump go version to 1.22 #1085
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
Conversation
At least one of the requires, github.com/aws/smithy-go, bumped its minimum go version requirement to 1.22. Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we include the new toolchain line as part of this too?
|
OK.... so it got added in the other PR only because the Go line is less than 1.22? If so OK. But I didn't get that impression when I read the docs yesterday. |
Yes, I verified this by removing the |
OK, thanks for clarifying. |
I also wanted to understand (again) the difference between
In short: the |
Thanks, I think 1.22 is current version + 2 so I think we're OK, but the next time the topic comes up we should certainly consider leaving it to a version that's as old as reasonable possible. |
Going by the above statement I think we did the right thing to bump up the go line to 1.22 because the go version declared by https://github.com/aws/smithy-go has been updated to 1.22. I reconfirmed that
Thanks, I understand it better now but we couldn't have avoided bumping the go version from our go.mod. |
At least one of the requires,
github.com/aws/smithy-go
, bumped its minimum go version requirement to 1.22.