mirror of https://github.com/gofiber/fiber.git
Add go1.22 to test matrix (#2835)
parent
9b0a99ba27
commit
d305cc4ca5
|
@ -18,7 +18,7 @@ jobs:
|
|||
Build:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.20.x, 1.21.x]
|
||||
go-version: [1.20.x, 1.21.x, 1.22.x]
|
||||
platform: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue