Skip to content

build(deps): bump github.com/btcsuite/btcd from 0.23.1 to 0.23.2 #38

build(deps): bump github.com/btcsuite/btcd from 0.23.1 to 0.23.2

build(deps): bump github.com/btcsuite/btcd from 0.23.1 to 0.23.2 #38

Workflow file for this run

name: golangci-lint
on:
push:
tags: [ "v*" ]
branches: [ "master", "main" ]
pull_request:
branches: [ "**" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20.3
- uses: actions/checkout@v3
- name: install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- name: run golangci-lint
run: golangci-lint run