#7 fail gracefully if gitea url violates RFC 2606
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-08-04 18:23:41 +02:00
parent 1c8d5146fb
commit edfd4e2e06
4 changed files with 6 additions and 3 deletions

View File

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