Skip to content

chore(deps): bump github.com/cosmos/gogoproto from 1.5.0 to 1.7.0 #428

chore(deps): bump github.com/cosmos/gogoproto from 1.5.0 to 1.7.0

chore(deps): bump github.com/cosmos/gogoproto from 1.5.0 to 1.7.0 #428

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
check-latest: true
- name: Tests
run: |
make test