4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-03 22:27:44 +00:00

Update golang-commonmark/linkify vendor and use upstream again. Fixes #924 (#926)

This commit is contained in:
Wim
2019-10-26 22:08:02 +02:00
committed by GitHub
parent 00967a98ac
commit bad3b83d33
5 changed files with 15 additions and 11 deletions

View File

@ -1,4 +1,4 @@
image: golang:1.11
image: golang:1.13
stages:
- build

View File

@ -88,7 +88,7 @@ loop:
case isUnreserved(r):
if r == '-' {
nHyphen++
if nHyphen > 1 {
if nHyphen > 2 {
break loop
}
} else {