Skip to content

Commit

Permalink
chore: remove go1.x & provided from validate tests (aws#7649)
Browse files Browse the repository at this point in the history
* chore: remove go1.x from validate tests

* remove provided runtime as well
  • Loading branch information
mndeveci authored Nov 5, 2024
1 parent 20e32a3 commit a10b83e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/validate/test_validate_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,12 @@ def test_lint_supported_runtimes(self):
supported_runtimes = [
"dotnet8",
"dotnet6",
"go1.x",
"java21",
"java17",
"java11",
"java8.al2",
"nodejs18.x",
"nodejs20.x",
"provided",
"provided.al2",
"provided.al2023",
"python3.9",
Expand Down

0 comments on commit a10b83e

Please sign in to comment.