mirror of https://github.com/gofiber/fiber.git
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
parent
4f7816774b
commit
fb780a01d0
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue