-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use go 1.23 #1046
Use go 1.23 #1046
Conversation
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.
Run the following commands in each directory after changing the GO version in the go.mod
file.
go get -t -u ./...
go mod tidy
That will ensure that all dependencies are updated to match the new GO version.
After this, I had to reset the version of ristretto to
See also this: dgraph-io/ristretto#394. Not sure if this should be handled in a more robust way. |
3beb0a8
to
b379d6d
Compare
only one go version is used, so matrix is not necessary
b379d6d
to
797d1e0
Compare
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.
Looks good!
Related issue(s) and PR(s)
This PR closes #1005
Description
GO.mod
s,Dockerfile
s and workflow actions are updated.How to test
Verify that all tests pass.