Skip to content

chore(deps): bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0 #368

chore(deps): bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0

chore(deps): bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0 #368

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Build & Test
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: "1.20"
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v1