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.3 #530

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

Bump github.com/CosmWasm/wasmvm from 1.2.6 to 1.5.3 #530

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: ["main", "dev"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: 1.22 # The Go version to download (if necessary) and use.
- name: Build CLI
run: go install ./...