Skip to content

Bump cosmossdk.io/store from 1.0.1 to 1.1.0 #62

Bump cosmossdk.io/store from 1.0.1 to 1.1.0

Bump cosmossdk.io/store from 1.0.1 to 1.1.0 #62

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go test ./...