Skip to content

Remove MINIMUM_SUPPORTED_GO_VERSION from Makefile

Patrick Bajao requested to merge pb-remove-outdated-minimum-go-version into master

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.

Merge request reports