grpc-ecosystem / grpc-health-probe

A command-line tool to perform health-checks for gRPC applications in Kubernetes and elsewhere
Apache License 2.0
1.44k stars 188 forks source link

Update go version #184

Closed AlexsandroRotundo closed 8 months ago

AlexsandroRotundo commented 8 months ago

Update go version to 1.20.14 to fix various CVEs

ahmetb commented 8 months ago

Technically every time we build, we should be getting highest go1.20.x by saying "FROM golang:1.20".

Go release notes say

go1.20.14 (released 2024-02-06)

And we took the last build March 9,2024. So this change does nothing (and puts us in a worse situation by pinning to a version).

I will close this but feel free to make a PR that changes this to 1.22.