Skip to content

mdbxpool: satisfy golangci-lint in the new tests #420

mdbxpool: satisfy golangci-lint in the new tests

mdbxpool: satisfy golangci-lint in the new tests #420

Workflow file for this run

name: Lint
on: [ push ]
# Least-privilege token: this workflow only reads the checkout.
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- uses: golangci/golangci-lint-action@v9
with:
version: 'v2.12.2'