Skip to content

Fix vulnerability: GO-2024-2947 (#78) #148

Fix vulnerability: GO-2024-2947 (#78)

Fix vulnerability: GO-2024-2947 (#78) #148

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
GOLANGCI_LINT_VERSION: v1.57.2
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
check-latest: true
- uses: golangci/golangci-lint-action@v6
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
args: --verbose --timeout 5m