Bump supported Go version to 1.21

This commit is contained in:
Michael B. Gale
2023-08-08 22:21:54 +01:00
parent 238049a870
commit 14731e8fa3

View File

@@ -830,7 +830,7 @@ func installDependenciesAndBuild() {
}
const minGoVersion = "1.11"
const maxGoVersion = "1.20"
const maxGoVersion = "1.21"
// Check if `version` is lower than `minGoVersion`. Note that for this comparison we ignore the
// patch part of the version, so 1.20.1 and 1.20 are considered equal.