Skip to content

build(deps): bump github.com/gofiber/fiber/v2 from 2.47.0 to 2.48.0 #423

build(deps): bump github.com/gofiber/fiber/v2 from 2.47.0 to 2.48.0

build(deps): bump github.com/gofiber/fiber/v2 from 2.47.0 to 2.48.0 #423

Workflow file for this run

name: Linters
on: [push, pull_request]
jobs:
golangci-lint:
name: Golang-CI (lint)
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4 # action page: <https://github.com/actions/setup-go>
with:
go-version: 1.19
- name: Run linter
uses: golangci/[email protected] # Action page: <https://github.com/golangci/golangci-lint-action>
with:
version: v1.50 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: --timeout=10m --build-tags=race