Skip to content

Commit

Permalink
test go v1.22 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm authored Feb 25, 2024
1 parent 35f867e commit 52a9872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- "1.19"
- "1.20"
- "1.21"
- "1.22"
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,7 +33,7 @@ The implementation of OpenAPI v3.1 Specification for Go using generics.

* OpenAPI Specification: <https://github.com/OAI/OpenAPI-Specification> and <https://spec.openapis.org/oas/v3.1.0>
* JSON Schema: <https://json-schema.org/understanding-json-schema/index.html> and <https://json-schema.org/draft/2020-12/json-schema-core.html>
* The list of most popular alternatives: <https://github.com/OAI/OpenAPI-Specification/blob/main/IMPLEMENTATIONS.md#low-level-tooling>
* The list of most popular alternatives: <https://tools.openapis.org>

## License

Expand Down

0 comments on commit 52a9872

Please sign in to comment.