Skip to content

build(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6 in /examples/fiber #650

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

build(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6 in /examples/fiber #650

name: MultiVersionUnitTest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.23"]
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