Skip to content

fix(deps): update all non-major dependencies to v1.0.71 #384

fix(deps): update all non-major dependencies to v1.0.71

fix(deps): update all non-major dependencies to v1.0.71 #384

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@a5f9b05d2d216f63e13859e0d847461041025775
with:
go-version-file: .tool-versions
- uses: golangci/golangci-lint-action@2c963d3543d699fc1331bd69134fcd9f7f4efc4e
with:
version-file: .tool-versions
args: --timeout=10m