mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Bump supported Go version to 1.21
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user