Skip to content

chore(deps): bump cosmossdk.io/store from 1.3.0-beta.0 to 1.10.0-rc.2 #23223

chore(deps): bump cosmossdk.io/store from 1.3.0-beta.0 to 1.10.0-rc.2

chore(deps): bump cosmossdk.io/store from 1.3.0-beta.0 to 1.10.0-rc.2 #23223

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
jobs:
golangci:
name: lint
runs-on: depot-ubuntu-24.04-4
strategy:
matrix:
working-directory: ['.', 'modules/light-clients/08-wasm', 'e2e']
steps:
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v2.5
only-new-issues: true
args: --timeout 10m
working-directory: ${{ matrix.working-directory }}