Skip to content

chore(dependencies): bump github.com/btcsuite/btcd from 0.23.2 to 0.2… #530

chore(dependencies): bump github.com/btcsuite/btcd from 0.23.2 to 0.2…

chore(dependencies): bump github.com/btcsuite/btcd from 0.23.2 to 0.2… #530

Workflow file for this run

name: Build
on:
push:
branches: [ "main", "releases?/**" ]
pull_request:
branches: [ "main", "releases?/**" ]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: go build -v ./...