Remove MINIMUM_SUPPORTED_GO_VERSION from Makefile
What does this MR do and why?
The MINIMUM_SUPPORTED_GO_VERSION is so outdated.
Based on https://staticcheck.dev/docs/running-staticcheck/cli/#go, staticcheck
will check the version declared in go.mod
. The go version set in go.mod
is the minimum version we are supporting which is currently set to 1.18.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.