Skip to content

add http timeout to gofiber #171

add http timeout to gofiber

add http timeout to gofiber #171

Workflow file for this run

name: Run Lint
on:
push:
branches-ignore:
- main
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --timeout 5m