Skip to content

Commit

Permalink
Bump minimum version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 authored Sep 28, 2024
1 parent 8369a4d commit 2378bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: ${{ github.repository_owner == 'placeholder-app' }}
strategy:
matrix:
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x]
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ You can simulate requests to the API, or run HTTP-based testing.

# Requirements & Dependencies

- Go 1.19
- Go 1.19 (Minimum)
- [gin-gonic/gin](github.com/gin-gonic/gin)
- openapi-generator-cli (For documentation only)

Expand Down

0 comments on commit 2378bc3

Please sign in to comment.