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

Bump github.com/CosmWasm/wasmd from 0.32.0 to 0.52.0 #531

Bump github.com/CosmWasm/wasmd from 0.32.0 to 0.52.0

Bump github.com/CosmWasm/wasmd from 0.32.0 to 0.52.0 #531

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: ["main", "dev"]
jobs:
test:
name: Test
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: Test
shell: bash
run: go test ./...