Skip to content

Bump github.com/gofiber/fiber/v2 from 2.40.0 to 2.52.2 #158

Bump github.com/gofiber/fiber/v2 from 2.40.0 to 2.52.2

Bump github.com/gofiber/fiber/v2 from 2.40.0 to 2.52.2 #158

Workflow file for this run

name: golangci-lint
on: [ push, pull_request ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest