Skip to content

chore(deps): bump github.com/cometbft/cometbft-db from 0.10.0 to 1.0.1 #2091

chore(deps): bump github.com/cometbft/cometbft-db from 0.10.0 to 1.0.1

chore(deps): bump github.com/cometbft/cometbft-db from 0.10.0 to 1.0.1 #2091

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.21.5"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: "v1.55.0"
args: --timeout=5m