Skip to content

chore(deps): bump github.com/bits-and-blooms/bitset from 1.13.0 to 1.14.2 #4275

chore(deps): bump github.com/bits-and-blooms/bitset from 1.13.0 to 1.14.2

chore(deps): bump github.com/bits-and-blooms/bitset from 1.13.0 to 1.14.2 #4275

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- synchronize
- reopened
paths-ignore:
- 'docs/**'
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:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=3m
only-new-issues: true