-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore(all): update dependencies #9794
Conversation
go get google.golang.org/api@latest && go work sync
internal/postprocessor/go.mod
Outdated
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.22.0 |
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.
We should figure out what dep requires 1.22 and remove it or downgrade for now
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.
ugh
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.
I think if you bump this to 1.21 you can remove the toolchain
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.
I re-ran with 1.20
|
go get google.golang.org/api@latest && go work sync
google.golang.org/api v0.172.0 -> v0.174.0
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 -> v0.0.0-20240401170217-c3f982113cda
google.golang.org/grpc v1.62.1 -> v1.63.0
...