Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
action: Clean up the logic to handle go-mod-directory
- Partially revert commit cc1a61d [^1] since Cilium updated the Go version to 1.24 in main branch [^2]. - Change the default go-mod-directory to the top-level directory to match the current code structure in cilium/cilium where go.mod file is only in the top-level directory. - Set setup-go cache-dependency-path parameter to '**/go.sum' so that caching works regardless of how go-mod-directory parameter is set. [^1]: #2871 [^2]: cilium/cilium#37852 Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
- Loading branch information