#3 added team resource and fixed crash in public key state persisting
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-06-25 23:36:24 +02:00
parent 787a2b9636
commit 6e63797167
9 changed files with 334 additions and 4 deletions

View File

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