Skip to content

build(deps): bump github.com/gofiber/fiber/v2 from 2.11.0 to 2.52.5 #10

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

build(deps): bump github.com/gofiber/fiber/v2 from 2.11.0 to 2.52.5 #10

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches:
- "**"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
unit-integration-tests:
name: PR Unit and Integration Tests
uses: ./.github/workflows/unit-integration-tests.yml
with:
go-version: "1.17"
secrets: inherit