Skip to content

build(deps): bump github.com/gofiber/fiber/v2 from 2.52.3 to 2.52.4 in /examples/fiber #581

build(deps): bump github.com/gofiber/fiber/v2 from 2.52.3 to 2.52.4 in /examples/fiber

build(deps): bump github.com/gofiber/fiber/v2 from 2.52.3 to 2.52.4 in /examples/fiber #581

name: MultiVersionUnitTest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.18", "1.20"]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: MultiVersionUnitTest
run: make test