Skip to content

chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.5 #111

chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.5

chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.5 #111

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests-sqlite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.18.x
- run: go test -race ./...
env:
DATABASE_DSN: "file:/tmp/test.db"