Skip to content

Bump github.com/CosmWasm/wasmd from 0.54.0 to 0.54.1 in /interchaintest #2661

Bump github.com/CosmWasm/wasmd from 0.54.0 to 0.54.1 in /interchaintest

Bump github.com/CosmWasm/wasmd from 0.54.0 to 0.54.1 in /interchaintest #2661

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.9
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@v8
with:
version: v2.1.6