Bump gopogh version

pull/6138/head
Medya Ghazizadeh 2019-12-20 08:40:23 -08:00 committed by GitHub
parent 45bc738b9f
commit 593249f277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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