Skip to content

cp of https://github.com/erthink/libmdbx/commit/43cb9133ee52aa82bccfc… #24

cp of https://github.com/erthink/libmdbx/commit/43cb9133ee52aa82bccfc…

cp of https://github.com/erthink/libmdbx/commit/43cb9133ee52aa82bccfc… #24

Workflow file for this run

name: Lint
on: [ push ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24'
- uses: golangci/golangci-lint-action@v7
with:
version: 'v2.1.5'