Skip to content

Bump github.com/jackalLabs/canine-chain/v4 from 4.1.0-beta.2 to 4.2.0 #32

Bump github.com/jackalLabs/canine-chain/v4 from 4.1.0-beta.2 to 4.2.0

Bump github.com/jackalLabs/canine-chain/v4 from 4.1.0-beta.2 to 4.2.0 #32

Workflow file for this run

name: Unit Test
on:
pull_request:
push:
branches: ["main"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5
with:
go-version: 1.23 # The Go version to download (if necessary) and use.
- name: Test
shell: bash
run: make test-unit