Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Bump github.com/CosmWasm/wasmvm from 1.2.6 to 1.5.4 #572

Bump github.com/CosmWasm/wasmvm from 1.2.6 to 1.5.4

Bump github.com/CosmWasm/wasmvm from 1.2.6 to 1.5.4 #572

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
- main
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: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.22
- uses: actions/[email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
args: --timeout 10m