Skip to content

Commit

Permalink
Updated to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArbitronNL committed Jun 2, 2023
1 parent 31a3cf2 commit 53b316e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
# Optional: golangci-lint command line arguments.
args: --timeout 200s --build-tags=musl

# optionally use a specific version of Go rather than the latest one
go_version: '1.18'

- name: Golang Vulncheck
uses: Templum/[email protected]
with:
Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ linters:
- bidichk
- bodyclose
- decorder
- depguard
- dogsled
- dupl
- errcheck
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Bitcoin Signed Message Verifier

[![tag](https://img.shields.io/github/tag/bitonicnl/verify-signed-message.svg)](https://github.com/bitonicnl/verify-signed-message/tags)
[![Latest tag](https://img.shields.io/github/tag/bitonicnl/verify-signed-message.svg)](https://github.com/bitonicnl/verify-signed-message/tags)
![Go Version](https://img.shields.io/badge/Go-%3E%3D%201.18-%23007d9c)
[![GoDoc](https://godoc.org/github.com/bitonicnl/verify-signed-message?status.svg)](https://pkg.go.dev/github.com/bitonicnl/verify-signed-message)
![Build Status](https://github.com/bitonicnl/verify-signed-message/actions/workflows/test.yml/badge.svg)
[![Tests status](https://github.com/bitonicnl/verify-signed-message/actions/workflows/test.yml/badge.svg)](https://github.com/BitonicNL/verify-signed-message/actions/workflows/test.yml)
[![Go report](https://goreportcard.com/badge/github.com/bitonicnl/verify-signed-message)](https://goreportcard.com/report/github.com/bitonicnl/verify-signed-message)
[![Contributors](https://img.shields.io/github/contributors/bitonicnl/verify-signed-message)](https://github.com/bitonicnl/verify-signed-message/graphs/contributors)
[![License](https://img.shields.io/github/license/bitonicnl/verify-signed-message)](./LICENSE)

> A simple Golang package with a single purpose, to verify messages signed via Bitcoin message signing (BMS).
Expand Down

0 comments on commit 53b316e

Please sign in to comment.