#12 init
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Trabelsi 2022-08-13 18:43:03 +02:00
parent cf2fc0f54f
commit cfa43451d8
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
1 changed files with 1 additions and 1 deletions

View File

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