Skip to content

build(deps): bump github.com/gofiber/fiber/v2 from 2.50.0 to 2.52.0 #1618

build(deps): bump github.com/gofiber/fiber/v2 from 2.50.0 to 2.52.0

build(deps): bump github.com/gofiber/fiber/v2 from 2.50.0 to 2.52.0 #1618

Workflow file for this run

on:
push:
pull_request:
schedule:
- cron: "0 7 * * *"
name: Test
jobs:
Build:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '${{ matrix.go-version }}'
- name: Run Test
run: go test -race