ci: add go 1.19 to tests (#1994)

* ci: add go 1.19 to tests

* change test runner versions
skip it for 1.15, 1.17, 1.18

Co-authored-by: wernerr <rene@gofiber.io>
pull/1995/head
M. Efe Çetin 2022-08-03 12:07:21 +03:00 committed by GitHub
parent 4f7816774b
commit fb780a01d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.19.x
- name: Fetch Repository
uses: actions/checkout@v3
- name: Run Benchmark

View File

@ -4,7 +4,7 @@ jobs:
Build:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
go-version: [1.14.x, 1.16.x, 1.19.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps: