cilium / hubble

Hubble - Network, Service & Security Observability for Kubernetes using eBPF
Apache License 2.0
3.49k stars 251 forks source link

[v0.13] Update Go to 1.21.8 #1398

Closed chancez closed 7 months ago

chancez commented 7 months ago

Also use go.mod for version for setup-go GHA. Adapted from https://github.com/cilium/hubble/pull/1397 in main, I wanted to update Go (without waiting for renovate) and noticed we had the version spread out in so I also updated to source the version from go.mod when possible.