Skip to content

chore(deps): bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0 #141

chore(deps): bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0

chore(deps): bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0 #141

Workflow file for this run

name: Lint
on:
pull_request:
permissions: read-all
jobs:
golangci:
name: Run golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
check-latest: true
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- uses: golangci/[email protected]
with:
version: latest
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: "env.GIT_DIFF"