mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-10 12:09:54 +00:00
The `-mod=mod` option is only supported from go1.14. Since `release-1.18` and `release-1.17` branches use go1.13.15, this commit adds smoke tests per branch to only add the `-mod=mod` option to branches after `release-1.18`. The duplicate smoke test config can be removed once v1.21 is released and v1.18 is out of support.