Skip to content

Commit 5bc6f62

Browse files
efectnReneWerner87
authored andcommitted
ci: add go 1.19 to tests (gofiber#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 <[email protected]>
1 parent 9ba6d88 commit 5bc6f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Install Go
88
uses: actions/setup-go@v3
99
with:
10-
go-version: 1.18.x
10+
go-version: 1.19.x
1111
- name: Fetch Repository
1212
uses: actions/checkout@v3
1313
- name: Run Benchmark

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
Build:
55
strategy:
66
matrix:
7-
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
7+
go-version: [1.14.x, 1.16.x, 1.19.x]
88
platform: [ubuntu-latest, windows-latest, macos-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:

0 commit comments

Comments
 (0)