diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 91887af..c9288bd 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -40,6 +40,7 @@ jobs: - "1.19" - "1.20" - "1.21" + - "1.22" steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/README.md b/README.md index 88e591d..8896581 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ The implementation of OpenAPI v3.1 Specification for Go using generics. ## Supported Go versions: +* v1.22 * v1.21 * v1.20 * v1.19 @@ -32,7 +33,7 @@ The implementation of OpenAPI v3.1 Specification for Go using generics. * OpenAPI Specification: and * JSON Schema: and -* The list of most popular alternatives: +* The list of most popular alternatives: ## License