Skip to content

build(deps): bump github.com/gofiber/utils/v2 from 2.2.0 to 2.3.0 #1136

build(deps): bump github.com/gofiber/utils/v2 from 2.2.0 to 2.3.0

build(deps): bump github.com/gofiber/utils/v2 from 2.2.0 to 2.3.0 #1136

Workflow file for this run

name: Linter
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
checks: write
jobs:
lint:
uses: gofiber/.github/.github/workflows/go-lint-single.yml@main
with:
golangci-lint-version: v2.12.2