Skip to content

Commit

Permalink
use libsecp256k1_sdk in golangci build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Sep 27, 2024
1 parent 76cf3e3 commit 68d3d25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ run:
go: '1.20' # as in go.mod
timeout: 5m
tests: false # exclude test from linting
build-tags:
- libsecp256k1_sdk

linters:
disable-all: true
Expand Down

0 comments on commit 68d3d25

Please sign in to comment.