-
Notifications
You must be signed in to change notification settings - Fork 475
Upgrade go to v1.23.1 #9369
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 v1.23.1 #9369
Conversation
|
Vadman97
left a comment
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.
may also need to run go work sync and then again run go mod tidy in the respective go packages
Summary
Was investigating an error I was seeing locally running the backend and saw somewhere upgrading Go might resolve the issue. It does seem to have fixed my local build, and didn't see any harm in upgrading so thought I'd propose the change.
Also updates our Go E2E app to use the same version of Go as everywhere else.
How did you test this change?
Local backend build using
make startfrom./backendand then click tested locally. Also ran the go E2E app to ensure that worked too.Are there any deployment considerations?
N/A
Does this work require review from our design team?
N/A