Skip to content

Bump github.com/cosmos/cosmos-sdk from 0.45.11 to 0.47.2 #43

Bump github.com/cosmos/cosmos-sdk from 0.45.11 to 0.47.2

Bump github.com/cosmos/cosmos-sdk from 0.45.11 to 0.47.2 #43

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: ["main", "dev"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/setup-go@v4
with:
go-version: 1.19 # The Go version to download (if necessary) and use.
- name: Test
shell: bash
run: go test ./...