Skip to content

Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 #18

Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11

Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 #18

Workflow file for this run

name: Integration 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: |
cd integration
go test -v ./... -count=1