Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Bump github.com/cometbft/cometbft from 0.37.1 to 0.37.2 #618

Bump github.com/cometbft/cometbft from 0.37.1 to 0.37.2

Bump github.com/cometbft/cometbft from 0.37.1 to 0.37.2 #618

Workflow file for this run

name: Lens Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Build
run: make build
- name: Test
run: make test