Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: Only update go.mod for Go minor releases
[ port of cilium/cilium@91d7a49 ] The goal here is to allow developer toolchains to have more flexibility around the specific version of Go compared with the latest patch releases. Note that all of the real-world code and all tests will continue to be updated to use the latest Go versions, it's just the go.mod that will start to drift, since the code can actually compile with earlier versions of Go; we don't require specific patch versions based on the set of standard library features used in the code. Signed-off-by: Mahe Tardy <[email protected]>
- Loading branch information