Skip to content

Bump github.com/cometbft/cometbft from 0.38.2 to 0.38.3 #38

Bump github.com/cometbft/cometbft from 0.38.2 to 0.38.3

Bump github.com/cometbft/cometbft from 0.38.2 to 0.38.3 #38

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.21'
- name: Build
run: make build
- name: Test
run: go test -v -race ./...