Skip to content

chore(deps): bump github.com/cosmos/cosmos-sdk from 0.50.0-beta.0 to 0.50.1 #23

chore(deps): bump github.com/cosmos/cosmos-sdk from 0.50.0-beta.0 to 0.50.1

chore(deps): bump github.com/cosmos/cosmos-sdk from 0.50.0-beta.0 to 0.50.1 #23

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
check-latest: true
- name: Tests
run: |
make test