Skip to content

chore(deps): bump github.com/cosmos/cosmos-sdk from 0.47.11-0.20240417094812-f556fd956fb1 to 0.50.9-lsm #100

chore(deps): bump github.com/cosmos/cosmos-sdk from 0.47.11-0.20240417094812-f556fd956fb1 to 0.50.9-lsm

chore(deps): bump github.com/cosmos/cosmos-sdk from 0.47.11-0.20240417094812-f556fd956fb1 to 0.50.9-lsm #100

Workflow file for this run

# Lint the entire golang project. This workflow relies on the
# '.golangci.yml' file for its configuration settings.
name: Lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
env:
GO_VERSION: 1.21
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.57.2
args: --timeout 15m