fixed org vanashing
All checks were successful
continuous-integration/drone/push Build is passing

fixed regression of  v0.11.1
This commit is contained in:
2023-01-28 22:49:54 +01:00
parent 8095c2a513
commit 9799416352
8 changed files with 74 additions and 8 deletions

View File

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