Skip to content

Commit

Permalink
CI: Undo xurls URL change
Browse files Browse the repository at this point in the history
Undo URL change from [1] since the xurls install issue was caused by
the CI using a version of golang that is too old for xurls.

Fixes kata-containers#841.

---
[1] - kata-containers#839

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Oct 23, 2018
1 parent 33b2bb7 commit 3324e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/static-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ check_docs()
if [ ! "$(command -v $cmd)" ]
then
info "Installing $cmd utility"
go get -u "github.com/mvdan/xurls/cmd/${cmd}"
go get -u -v "mvdan.cc/xurls/cmd/${cmd}" 2>&1
fi

info "Checking documentation"
Expand Down

0 comments on commit 3324e20

Please sign in to comment.