Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix Race Condition in fasthttpadaptor v1.66.0 #2183

Fix Race Condition in fasthttpadaptor v1.66.0

Fix Race Condition in fasthttpadaptor v1.66.0 #2183

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
checks: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: 1.24.x
- run: go version
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.4.0
args: --verbose