Skip to content

Bump cosmossdk.io/core from 0.11.1 to 1.0.0 #2599

Bump cosmossdk.io/core from 0.11.1 to 1.0.0

Bump cosmossdk.io/core from 0.11.1 to 1.0.0 #2599

Workflow file for this run

---
name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
GO_VERSION: 1.23.4
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint-junod
uses: golangci/golangci-lint-action@v6
with:
version: v1.63.4
args: --timeout 10m