Skip to content

build(deps): bump github.com/btcsuite/btcd/chaincfg/chainhash from 1.0.2 to 1.0.3 #323

build(deps): bump github.com/btcsuite/btcd/chaincfg/chainhash from 1.0.2 to 1.0.3

build(deps): bump github.com/btcsuite/btcd/chaincfg/chainhash from 1.0.2 to 1.0.3 #323

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Go CI
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Install mage
run: go install github.com/magefile/[email protected]
- name: Build
run: |
mage -v build