Bump gopogh version
parent
45bc738b9f
commit
593249f277
|
@ -319,7 +319,7 @@ touch "${JSON_OUT}"
|
|||
echo ">> Running go test2json"
|
||||
go tool test2json -t < "${TEST_OUT}" > "${JSON_OUT}" || true
|
||||
echo ">> Installing gopogh"
|
||||
GO111MODULE="on" go get -u github.com/medyagh/gopogh@v0.0.16 || true
|
||||
GO111MODULE="on" go get -u github.com/medyagh/gopogh@v0.0.17 || true
|
||||
echo ">> Running gopogh"
|
||||
if test -f "${HTML_OUT}"; then
|
||||
rm "${HTML_OUT}" || true # clean up previous runs of same build
|
||||
|
|
Loading…
Reference in New Issue