Skip to content

Commit 19a8141

Browse files
authored
Merge pull request #24 from placeholder-app/deps/bump-minimum-version
deps: Bump Go to 1.19
2 parents 8369a4d + 491fe97 commit 19a8141

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
if: ${{ github.repository_owner == 'placeholder-app' }}
1818
strategy:
1919
matrix:
20-
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x]
21-
os: [ubuntu-latest, macos-latest, windows-latest]
20+
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x]
21+
os: [ubuntu-latest, windows-latest]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
# Clone repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ You can simulate requests to the API, or run HTTP-based testing.
141141

142142
# Requirements & Dependencies
143143

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

0 commit comments

Comments
 (0)