#5 fixed state handling for public keys
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-07-08 21:50:09 +02:00
parent 08dffb3e3a
commit 0208cbd960
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
GOFMT ?= gofmt -s
VERSION = 0.6.0
VERSION = 0.6.1
test: fmt-check
go test -i $(TEST) || exit 1