Skip to content

Commit

Permalink
Update tests to run on Go 1.21 and 1.22 (#15429)
Browse files Browse the repository at this point in the history
Go 1.22 has been released https://tip.golang.org/doc/go1.22.
  • Loading branch information
Frassle committed Feb 15, 2024
1 parent 60f1abc commit 2ccbef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/get-job-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ class MakefileTest(TypedDict):
MINIMUM_SUPPORTED_VERSION_SET = {
"name": "minimum",
"dotnet": "6",
"go": "1.20.x",
"go": "1.21.x",
"nodejs": "18.x",
"python": "3.8.x",
}

CURRENT_VERSION_SET = {
"name": "current",
"dotnet": "8",
"go": "1.21.x",
"go": "1.22.x",
"nodejs": "21.x",
"python": "3.12.x",
}
Expand Down

0 comments on commit 2ccbef6

Please sign in to comment.