Skip to content

build: bump wasmvm to 1.5.4 and wasmd fork to 0.50.1 (#586) #1134

build: bump wasmvm to 1.5.4 and wasmd fork to 0.50.1 (#586)

build: bump wasmvm to 1.5.4 and wasmd fork to 0.50.1 (#586) #1134

Workflow file for this run

name: Linter
# Run on every master merge and on all PRs.
on:
push:
branches: [main]
tags: [v*]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --fix=false
only-new-issues: true