build(deps): bump github.com/cosmos/ibc-go/modules/light-clients/08-wasm from 0.1.1-0.20231213092633-b306e7a706e1 to 0.1.1-ibc-go-v7.3-wasmvm-v1.5 #2377
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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.22.0 | |
jobs: | |
golangci: | |
name: lint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: ${{ env.GO_VERSION }} | |
- uses: actions/checkout@v4 | |
- name: golangci-lint-junod | |
uses: golangci/golangci-lint-action@v4 | |
with: | |
version: latest | |
args: --timeout 10m |