Skip to content

Commit 6abfb4e

Browse files
authored
Merge pull request #43 from gofiber/test-updates
Add go 1.20 to test matrix
2 parents efd1489 + 735fee6 commit 6abfb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
Tests:
99
strategy:
1010
matrix:
11-
go-version: [1.18.x, 1.19.x]
11+
go-version: [1.18.x, 1.19.x, 1.20.x]
1212
platform: [ubuntu-latest, windows-latest, macos-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:

0 commit comments

Comments
 (0)