Skip to content

Bump github.com/gofiber/fiber/v2 from 2.40.0 to 2.43.0 in /azureblob #3022

Bump github.com/gofiber/fiber/v2 from 2.40.0 to 2.43.0 in /azureblob

Bump github.com/gofiber/fiber/v2 from 2.40.0 to 2.43.0 in /azureblob #3022

Workflow file for this run

on:
push:
branches:
- master
- main
pull_request:
name: Linter
jobs:
Golint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v3
- name: Run Golint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"