Skip to content

Bump github.com/gofiber/fiber/v2 from 2.43.0 to 2.50.0 #16

Bump github.com/gofiber/fiber/v2 from 2.43.0 to 2.50.0

Bump github.com/gofiber/fiber/v2 from 2.43.0 to 2.50.0 #16

Workflow file for this run

name: unit-tests
on:
pull_request:
branches:
- main
jobs:
unit-tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run unit tests
run: |
make test