Skip to content

Bump github.com/cometbft/cometbft from 0.37.4 to 0.38.11 #3912

Bump github.com/cometbft/cometbft from 0.37.4 to 0.38.11

Bump github.com/cometbft/cometbft from 0.37.4 to 0.38.11 #3912

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
- uses: golangci/golangci-lint-action@v3.2.0
with:
version: latest
args: --timeout 10m