Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.mod: require latest patch version
There's a case for being conservative with the required version when a module is imported by others. Given that now, 99.9% of Hubble's code lives in github.com/cilium/cilium, there's no point trying to require the .0 version. The main driver for the change is that our CI jobs use the Go version as specified in the `go.mod` file. With this change, we can now let Renovate update the Go version in the go.mod file automatically. Signed-off-by: Robin Hahling <[email protected]>
- Loading branch information